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
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community