Skip to content

Commit b3dd191

Browse files
authored
Merge pull request #15 from m1guelpf/routes
Allow specifying a prefix for routes
2 parents 6b4932f + 5efe6a4 commit b3dd191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FortifyServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ protected function configureRoutes()
112112
Route::group([
113113
'namespace' => 'Laravel\Fortify\Http\Controllers',
114114
'domain' => config('fortify.domain', null),
115+
'prefix' => config('fortify.path'),
115116
], function () {
116117
$this->loadRoutesFrom(__DIR__.'/../routes/routes.php');
117118
});

0 commit comments

Comments
 (0)