🌐 Add language selection functionality with support for region-specific locales

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 17:25:15 +01:00
parent 3481301720
commit 6acbd218da
9 changed files with 169 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ return Application::configure(basePath: dirname(__DIR__))
)
->withMiddleware(function (Middleware $middleware) {
$middleware->web(append: [
\Stefro\LaravelLangCountry\Middleware\LangCountrySession::class,
]);
})
->withExceptions(function (Exceptions $exceptions) {