Solve your laravel problems.
When I use php artisan route:list to find, it can't access to my within the folder
php artisan route:list
The CategoryController is in the Admin folder. but route:list Only in the App\Http\Controllers\CategoryController lookup.
route:list
App\Http\Controllers\CategoryController
What went wrong?