You would need to check the error log to understand what happens . An error 500 means that the server throw an exception from which it could not recover.
Where the error_log is will depend on your project configuration. It may be in /var/log/apache/error_log (if you connect through SSH to homestead).
Thank you!
And regarding this matter…
I don’t use homestead at the time.
The whole project is in the local folder C:\cmder\freeCodeGram
The only log file I found so far was laravel.log
This is my first Laravel project, by the way.
I’m happy you solved it by yourself, so congratulations !
One thing that will work for every project: find and read the applicaiton logs (whatever and however the application/software/OS keeps them). There’s always one .
PD: sorry for not replying before, I forgot to track the thread ! You should, however, reply to the posts of others so they get notified regardless .