1
0
forked from metin2/web

Added netbar with language selector

This commit is contained in:
2025-01-01 13:39:02 +02:00
parent 2491f0bece
commit a0a8f0d129
24 changed files with 1601 additions and 69 deletions

View File

@ -26,6 +26,9 @@ return Application::configure(basePath: dirname(__DIR__))
Request::HEADER_X_FORWARDED_AWS_ELB
);
})
->withMiddleware(function (Middleware $middleware) {
$middleware->appendToGroup('web', \App\Http\Middleware\Language::class);
})
->withExceptions(function (Exceptions $exceptions) {
//
})->create();