Laravel 6.0 php artisan route:list returns “Target class [App\Http\Controllers\SessionsController] does not exist.”

后端 未结 17 1814
無奈伤痛
無奈伤痛 2021-02-05 10:36

I am using Laravel 6.0 and I try to list all my routes with artisan route:list, but it fails and returns:

Illuminate\\Contracts\\Container\\

17条回答
  •  情歌与酒
    2021-02-05 11:12

    I did all these

    1: php artisan config:cache

    2: checked for controller name spellings.

    3: composer dump-autoload

    4: Just changed the forward / slash to backward \ in route.

    4th one worked for me.

提交回复
热议问题