'Laravel 5.0 - Shared Hosting - Artisan not working as it should

I actually wanted to follow up on this question, but I guess It's better to start a new question.

I installed a fresh copy of my own laravel(5.0), and I tried running php artisan route:list, which works.

Now I have downloaded the compressed repository of a project I want to deploy on a shared hosting enviorment, but when I run php artisan route:list nothing happens.(No error message, nothing). Using this method for hosting the application

The actual problem is php artisan migrate, which also outputs nothing!

Is there a good method for troubleshooting this ? Could you provide me we some points of failure that I can check ?

Worth mentioning:
I'm no Laravel developer and I have limited time reading up on it.



Solution 1:[1]

I am facing the same issue when I try to run
php artisan migrate or php artisan cache:clear
nothing happen just a blank screen no success no error see the screenshot php artisan command

after debugging I found a message in error_log in root directory which says.

Fatal Error: Allowed Memory Size

after increasing the memory php artisan commands works fine commands run successfully

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Raj Omer Mustafa