I really wanted to follow up on this issue , but I think it's better to start a new question.
I installed a new copy of my own laravel (5.0), and I tried to run a php artisan route: list, which works.
Now I have downloaded the compressed repository of the project that I want to deploy in the shared hosting mode, but when I run php artisan route: the list does not happen. (There is no error message, nothing). Using this method to host an application
An actual problem php artisan migratethat also does not output anything!
Is there a good way to fix this problem? Could you provide me with some points of failure that I can verify?
Worth mentioning:
I am not a Laravel developer, and I have limited time to read.
source
share