We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b49057 commit 28a5517Copy full SHA for 28a5517
README.md
@@ -170,7 +170,7 @@ Add the middleware to the `web` middleware group in `bootstrap/app.php`.
170
\Illuminate\Routing\Middleware\SubstituteBindings::class,
171
]);
172
$middleware->web(append: [
173
- \CodeZero\Localizer\Middleware\SetLocale::class,
+ \CodeZero\LocalizedRoutes\Middleware\SetLocale::class,
174
175
176
})
@@ -187,7 +187,7 @@ protected $middlewareGroups = [
187
//...
188
\Illuminate\Session\Middleware\StartSession::class, // <= after this
189
190
191
\Illuminate\Routing\Middleware\SubstituteBindings::class, // <= before this
192
],
193
];
0 commit comments