Support the ongoing development of Laravel.io →
Configuration Requests

HI I want to change some of php.ini setting like post_max_size and upload_max_filesize I ran php.info() and found the correct php.ini file I changed it and reset the wamp then I ran php.info() again and I saw that the setting wasn't applied so how can I change php.ini setting in laravel?

P.S: I wanted to upload a large file in laravel and I ran in to this problem

Last updated 3 years ago.
0

if you're using apache did you restart apache ?

sudo service apache restart

if you're using php-fpm reload nginx

sudo service nginx reload
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.