Fatal error when installing Laravel onSSH using composer
I am trying to install Laravel using SSH through composer and I get Fatal error: Out of memory (allocated 128188416) (tried to allocate 65 bytes) in composer.phar/src/Composer/Repository/ComposerRepository.php on line 575.
I have updated php.ini file memory limit for 1.5G and I used next commands:
php composer global require "laravel/installer"
and
php composer.phar global require "laravel/installer". Neither did this solve the situation.
I have updated php.ini file memory limit for 1.5G and I used next commands:
php composer global require "laravel/installer"
and
php composer.phar global require "laravel/installer". Neither did this solve the situation.