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?
Check your class inheritance. Where does it inherit? Or no inheritance