Lumen: Class 'Route' not found in "app/Http/routes.php"
Hi,
i got this error after installing (the latest version of) Lumen on my server. Standard structure, nothing changed.
[code]Fatal error: Class 'Route' not found in
/is/htdocs/wphg8034hgh30/www/domain/lumen/app/Http/routes.php on line 66
Whoops, looks like something went wrong.[/code]
Line #66 looks like this: Route::get('/', function () { ...
I've tried \Route::get() too...
Why do i need to chance to make it work? And why doesn't it work "out of the box"?