I am using Laravel 6.0 and I try to list all my routes with artisan route:list, but it fails and returns:
artisan route:list
Illuminate\\Contracts\\Container\\
You can define a route to this controller action like so:
use App\Http\Controllers\UserController;
Route::get('user/{id}', [UserController::class, 'show']);