I\'m working on an existing Laravel application in order to develop new feature but after installing the app on my computer, I have an error 500 and no clue to resolve it.
I had simiar issue (saw error 500, but logs were present).
In order to be able to see errors directly on the page, I did following changes:
APP_DEBUG=true
php artisan config:cache