We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f8ba5 commit 954e130Copy full SHA for 954e130
app/Providers/RouteServiceProvider.php
@@ -44,6 +44,7 @@ public function boot()
44
->group(base_path('routes/auth.php'));
45
46
Route::middleware('web')
47
+ ->prefix('admin')
48
->group(base_path('routes/admin.php'));
49
});
50
}
0 commit comments