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
Post a Comment