-2
I installed Laravel on my server (which was uploaded with vangrant and Virtual Box), but did not come the routers folder, which I found very strange, I read through the documentation that it comes with normal routers...
What can it be? When I install it gives the following errors:
The following exception is caused by a lack of memory or swap, or not having swap configured
Check https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors for details
PHP Warning: proc_open(): fork failed - Cannot allocate memory in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 952
Warning: proc_open(): fork failed - Cannot allocate memory in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 952
[ErrorException]
proc_open(): fork failed - Cannot allocate memory
And that warning also appears:
As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
Installing 'unzip' may remediate them.
- What is the solution?
- Why does this happen?
NOTE: This question is similar to the one I asked (How to update my PHP to the latest version by logging in from SSH to my server)
The reason for the negative votes?
– Devprogramacao