Noah Gillard
Noah Gillard
Hi, is there a way to add a method to your MediaLibraryField where we can set the FalbackImage? Also, For some reason I can't get it to work to require...
Is there any way to work with localisation? We have a multi language panel but if you enable ->translatable() it goves you this error:   Also if you make...
| Q | A | ----------------- | --- | Bug? | yes | New Feature? | no | Framework | Laravel | Framework version | 9.48.0 | Package version |...
When switching languages the route does not update the translated path in the url: ``` Route::prefix(LaravelLocalization::setLocale()) ->middleware(['localize', 'localeSessionRedirect', 'localizationRedirect', 'localeViewPath']) ->group(function () { Route::prefix(LaravelLocalization::transRoute('exercises.route')) ->group(function () { Route::get('/', ExerciseOverviewController::class)->name('exercises'); Route::get('{exercise}',...
When I add an extra TextColumn via the `withColums` method with the method enum on it crashes the export and returns an error. ``` ->withColumns([ TextColumn::make('gender') ->label(__('fields.member.fields.gender.label')) ->enum(GenderEnum::casesWithLabels()) ]) ```...
I've tried everything to start up, but nothing seems to work... I filled in the appkey and channel name and event name. But it doesn't seem to to run. Are...
| Q | A |---------------- | ------ | Library version | 0.3.29 | PHP version | 8.3 ### Support Question I made a config fully custom to the project we...
Hi! recently the package started to have conflicts with the Barryvdh\\LaravelIdeHelper for some reason. Looks like type mismatching since one of the latest updates. Command: `php artisan ide-helper:generate` Laravel: v11.11.1...