Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 45eb46c

Browse files
committed
Add Localisation prefix on web routes
1 parent 09ea646 commit 45eb46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
*/
1313

14-
Route::group(['prefix' => ''], function()
14+
Route::group(['prefix' => LaravelLocalization::setLocale()], function()
1515
{
1616
/** Authenticate Route */
1717
Auth::routes();

0 commit comments

Comments
 (0)