@marcel158 Put a <?php phpinfo(); ?> call at the top of your public/index.php file. It’ll show you what php.ini is loaded.
Apr 25, 2016
5
Level 2
Edit Laravel's out-of-the-box php.ini
Hey guys!
I'm using laravel on localhost:8000 and play around with it for a while. Now I came to the point that I need to change some settings on php. Specifically: I need to increase upload_max_filesite and post_max_size. But my laravel installation isn't using the php.ini located in /etc/ on my mac like my other non-laravel projects do. So where can I find the php.ini my laravel installation is using? I even did some ini_set on the top of /public/index.php and it did not affect.
Level 80
2 likes
Please or to participate in this conversation.