neelbhanushali/laravel-locale

Set laravel app's locale

Maintainers

Package info

github.com/neelbhanushali/laravel-locale

pkg:composer/neelbhanushali/laravel-locale

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2020-02-22 09:02 UTC

This package is auto-updated.

Last update: 2026-03-22 22:16:22 UTC


README

Notes

  • add following to app/Http/Kernel.php file
'locale' => \NeelBhanushali\LaravelLocale\Middleware\SetLocale::class,