Illuminate Http Exceptions PostTooLargeException in laravel – Nginx
I'm try to upload 26Mb file. But I'm getting Illuminate Http Exceptions PostTooLargeException. I changed php.ini file and restart nginx, fpm In my server after running this command I'm getting 250M php -i | grep "post_max" post_max_size => 250M =>…