Level 73
You can create a file the same as the web.php then go in your RouteServiceProvider.php file and see how the web.php is being loaded and do the same for the admin.php.
I want to have routes/admin.php for admin routes and routes/web.php for normal routes
You can create a file the same as the web.php then go in your RouteServiceProvider.php file and see how the web.php is being loaded and do the same for the admin.php.
Please or to participate in this conversation.