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.
Check your .htaccess file in your public folder! - This hot-fix is host dependent!!!
Change line from:
RewriteRule ^ index.php [L]
To:
RewriteRule ^ /index.php [L]