Luca Longo

Results 17 comments of Luca Longo

Instead of using a patcher, why don't you use the events like so? ```php

Understandable, but - IMHO - perhaps it's safer to use events in production.

I don't know if I'm wrong, but I've solved the issue changing `RouteServiceProvider.php` like so: ```php public function boot() { LaravelLocalization::setLocale(); } ``` So, I changed `routes/web.php` like so: ```php...

Are you using the package task to cache the routes?

Ok, so how could you work the route cache if you instructed your code to use custom routes after the cache task? Finally, I think you like to use a...

Sure, you can on `composer install` time, for example with `php artisan tenants:artisan "route:cache"`