I want to test some Laravel applications on my primary shared host.
I am currently just downloading my full application, including the vendor files, however this takes quite some time.
Since I do not have ssh access to my host, I would like to know if it is possible to run composer / artisan commands without this.
I found this link: Use Composer without ssh access to the server (Second answer), which describes how to start the composer using http://phpshell.sourceforge.net/
However, I can change folders in the console, etc. But I can not run php commands - I always get an internal server error.
source share