Skip to content

Commit

Permalink
Merge pull request #15 from m1guelpf/routes
Browse files Browse the repository at this point in the history
Allow specifying a prefix for routes
  • Loading branch information
taylorotwell authored Sep 8, 2020
2 parents 6b4932f + 5efe6a4 commit b3dd191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FortifyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ protected function configureRoutes()
Route::group([
'namespace' => 'Laravel\Fortify\Http\Controllers',
'domain' => config('fortify.domain', null),
'prefix' => config('fortify.path'),
], function () {
$this->loadRoutesFrom(__DIR__.'/../routes/routes.php');
});
Expand Down

0 comments on commit b3dd191

Please sign in to comment.