Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルーメン プロジェクトで実行しようとするとphp artisan route:cache、次のエラーが発生します。
php artisan route:cache
[invalid argument exception] There is not commend defined in the 'route' namespace.
私のルートファイルは、
$app->get('/', 'App\Http\Controllers\WebController@index');
何か案が?