Michael Lauwereys
New Pleskian
Hello there,
I'm running into a bit of problems to get my Laravel 5.5 project to work. This is what I did.
I use Git to add my GitHub rep. to my website directory.
My website is running PHP 7.1 (checked with phpinfo())
Now to get everything to work I have to install all the dependencies. Normally I do this in Plesk by using the "Scan" option in "Applications" and this works fine. However it only installs like half of them. So I checked with SSH and did a composer install and because Plesk (the vendor) is running on PHP 5.4.16 it doesn't want to install the dependencies (they require PHP 7+).
Is there an easy way to fix this?
Thanks,
Michael
I'm running into a bit of problems to get my Laravel 5.5 project to work. This is what I did.
I use Git to add my GitHub rep. to my website directory.
My website is running PHP 7.1 (checked with phpinfo())
Now to get everything to work I have to install all the dependencies. Normally I do this in Plesk by using the "Scan" option in "Applications" and this works fine. However it only installs like half of them. So I checked with SSH and did a composer install and because Plesk (the vendor) is running on PHP 5.4.16 it doesn't want to install the dependencies (they require PHP 7+).
Is there an easy way to fix this?
Thanks,
Michael