Yannik Firre
Yannik Firre
**Describe the bug** When i use signed url on localized url in notification, it's doesn't work. **To Reproduce** ``` Route::group([ 'prefix' => \Mcamara\LaravelLocalization\Facades\LaravelLocalization::setLocale(), 'middleware' => ['localeSessionRedirect'], ], static function ()...
Hello @Omranic , I have a issue with the "with" method. Example : ` $reminders = $this->reminderRepository->with('services')->findAll(); ` If i update the "service" there is no change when i call...
# Feature Request ### What's the feature you think DevTools should have? Does this package allow to generate translatable models ? ### How often do you see yourself using this...