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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -