Found (2) results for "php init"

Increase memory size or execution time

In case you wanted to increase memory size or loading or execution time here is this small snippet

Add php.ini settings to your laravel project on AWS

If you want to add additional php.ini settings in your project onAWS, You can simply edit the php.ini found in /etc irectory. Or you can also create a new file names .user.ini file and add it to your /public directory or the root of your application.