PHP keeps showing Limit size exceeded while installing Laravel framework even though I just installed the iso.
Could someone help me? Thankyou in advance.
PHP/Laravel error
Probably you need a higher memory_limit for Laravel. Do you install laravel via cli or are you using fpm?
Anyway you can edit memory_limit in /etc/php/php.ini
Just note, the file will be overwritten when a package update comes.