Search code examples
phplaravellaravel-artisan

Route list can‘t find directory


When I use php artisan route:list to find, it can't access to my within the folder

The CategoryController is in the Admin folder. but route:list Only in the App\Http\Controllers\CategoryController lookup.

What went wrong?


Solution

  • Check your class inheritance. Where does it inherit? Or no inheritance