bhushan's avatar

How to change routes/web.php ?

I want to have routes/admin.php for admin routes and routes/web.php for normal routes

0 likes
3 replies
Nakov's avatar
Nakov
Best Answer
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.

Please or to participate in this conversation.