Search found 1 match

by Danny
14 Feb 2019, 12:14
Forum: Laravel package
Topic: Localization problems
Replies: 1
Views: 1502

Localization problems

Hi, We have created a simple localization management system in Laravel by creating a localization middleware like: Http/Middleware/Localization.php Inside there's some simple code to set the locale as Laravel's documentation recommends it. It takes the first segment of the URI and tries to match eit...