Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [laravel-filament]

The tag has no usage guidance.

laravel-filament
0 votes
0 answers
15 views

How to change "ownerRecord" in RelationManager in Filament 3?

It is a basic RelationManager example of PostResource: public static function getRelations(): array { return [ MediaRelationManager::make() ]; } $post->media() (morphMany). ...
Marjwl's user avatar
  • 1
0 votes
0 answers
20 views

filament login using azure active directory not working [closed]

I tried to use this plugin https://filamentphp.com/plugins/chrisreedio-socialment but after I logged in it redirected me to the login page without any notification or a sign that it was successful if ...
Mohamed Saihi's user avatar
0 votes
0 answers
29 views

Commented old comments value remaining at textarea after submit

Commented old comments value remaining at textarea after submit . livewire3 ,filemant3 and laravel10 laravel blog I want to clear the text area after submmited the comment . the text area input box is ...
KhuiShing's user avatar
0 votes
0 answers
20 views

How to fix error with lower case of parfaitementweb/filament-country-field?

On laravel / filament site I have added plugin from https://github.com/parfaitementweb/filament-country-field and I want use key of countries just as I use in my db in lowercase. I try to use map as : ...
Petro Gromovo's user avatar
-1 votes
0 answers
29 views

Best setup to work on custom plugins/packages for Laravel + Filament [closed]

I am currently working on some custom form components within my Laravel setup ("/packages/forms"). Going with all the examples I can find, there does not seem to be a proper way to watch for ...
GrameJunior's user avatar
0 votes
0 answers
37 views

Custom table grouped by column Filament

I have a <table_name> with ±100k rows and I want to display only grouped rows based on <column_name> with Filament inside a Laravel project. So on that table I will have columns like: <...
Beusebiu's user avatar
  • 1,513
0 votes
0 answers
19 views

How to check notification as viewed when manager clicks on ref to other form of notification in right top area of user's notification?

In laravel 10 / filamentphp 3 app when user completes some action on frontend Notification is send to any manager : class UserQuizRequestCompletedByJobSeekerEventListener { protected ...
mstdmstd's user avatar
  • 2,945
0 votes
1 answer
67 views

Filament V3 belongstomany with pivot attribute to fill

First I am using filament form builder not panel. My question: I have a ManyToMany relationship in filament, and when I save the form everything works very well, the main model and these relations ...
Benzaza Laid's user avatar
0 votes
0 answers
35 views

how to edit the style of the preview image in Laravel Filamentphp FileUpload

I want to edit the style of the preview section the pre-upload from this style screenshot 1 to something like the example I show down. The only thing that I can control is the height, I searched many ...
AUB CHAFiK's user avatar
0 votes
0 answers
30 views

Is it possible to make a dynamic answer using imageCropAspectRatio, on filament?

I'm encountering an issue with Filament. I want to crop the image based on the orientation that the category has in the database. However, I'm not sure if it's possible to do this. I'm new to using ...
Ana Paula Ribeiro's user avatar
-1 votes
0 answers
24 views

How to make filamentPHP default login page become SPA (single page application)?

class AdminPanelProvider extends PanelProvider { public function panel(Panel $panel): Panel { return $panel ->default() ->spa() ->id('admin'...
arjunstein's user avatar
0 votes
0 answers
39 views

Laravel filament issue in showing image in edit and view pages

I am new to laravel filament. I have a user resource where there is an image for the user the picture is showing in the table (list page) and I can edit and update it and it is correctly changing in ...
karim harakeh's user avatar
0 votes
0 answers
30 views

Imported resource from 2nd branch of filament into 3rd got error

On laravel 10 app with filament ^3.20-stable I imported resource from the second branch of filament and got error : Filament\Tables\Columns\SpatieMediaLibraryImageColumn::Filament\Tables\Columns\{...
mstdmstd's user avatar
  • 2,945
0 votes
0 answers
17 views

How in getEloquentQuery to check which status filter is selected now?

In laravel 10 / filamentphp 3 app I have a table with default ordering and several filters : public static function getEloquentQuery(): Builder { return parent::getEloquentQuery()->with('...
mstdmstd's user avatar
  • 2,945
0 votes
1 answer
42 views

Livewire encountered corrupt data when trying to hydrate a component Filament Relation Manger

Select::make('fees_description') ->label('الرسوم') ->preload() ->multiple() ->live() ->options(Fee::all()-...
Muhammad Essam's user avatar

15 30 50 per page
1
2 3 4 5
30