Reputation: 163
I have created a new Laravel project. But when I run the command php artisan serve in the browser I am getting an 500 internal server error with no error log from Laravel even if debug mode is set to true. Please suggest.
Upvotes: 1
Views: 6058
Reputation: 329
Found similar issue on laracasts:-
[SOLVED] [L5] New: Can't display errors, 500 internal server error
It's been fixed by enabling write permission to storage folder.
Hope this helps.
Upvotes: 1