php - Lumen route caching is not working -


when trying run php artisan route:cache in lumen project, getting following error,

[invalid argument exception] there not commend defined in 'route' namespace. 

my route file is,

 $app->get('/', 'app\http\controllers\webcontroller@index'); 

any idea?

this command exists in laravel , in lumen not. not needed lumen anyway optimized best performance.

type php artisan see possible commands in lumen.


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -