neelbhanushali/laravel-locale

Set laravel app's locale

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

This package is auto-updated.

Last update: 2024-05-22 18:17:38 UTC


README

Notes

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