I\'m searching for a solution ... it\'s getting so frustrating. After a fresh installation of Lumen by Laravel, I simply can\'t access the \"/\" route. When I try to, it thr
Probably the .htaccess file was deleted or somehow missing from public folder. Without it the rewrite URL will not work.
public
Check this: https://github.com/laravel/lumen/blob/master/public/.htaccess