413 error laravel

PHP
// Need to increase or set client_max_body_size in your nginx config file. 
http {
    #...
        client_max_body_size 100m;
    #...
}
// Restart nginx
Source

Also in PHP: