Moe Tarhini
Moe Tarhini
FFilament
Created by Moe Tarhini on 9/18/2024 in #❓┊help
Modify URI
Override the getRouteKeyName method on the Eloquent model: public function getRouteKeyName(): string { return 'slug'; }
4 replies
FFilament
Created by Moe Tarhini on 9/18/2024 in #❓┊help
Hide edit button in relation manager table
If anyone intersted, I found this solution EditAction::make()->label('')->icon('')
3 replies
FFilament
Created by Moe Tarhini on 9/18/2024 in #❓┊help
Form Actions (Create and Cancel)
yeah I just found them
protected function getFormActions(): array { return [ $this->getCancelFormAction(), $this->getCreateFormAction(), ]; } Thank you
4 replies
FFilament
Created by WiseWill on 3/14/2024 in #❓┊help
Caching Filament components
That weird, I did run
composer update
php artisan filament:upgrade
composer update
php artisan filament:upgrade
why isn't updated
11 replies
FFilament
Created by WiseWill on 3/14/2024 in #❓┊help
Caching Filament components
php artisan about --only=filament

Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version ................................................................................................................................... v3.2.0
Views .............................................................................................................................. NOT PUBLISHED
php artisan about --only=filament

Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version ................................................................................................................................... v3.2.0
Views .............................................................................................................................. NOT PUBLISHED
11 replies
FFilament
Created by Wannes on 1/16/2024 in #❓┊help
Cache tables
Hello, did you find a way to hanlde records caching ?
4 replies
FFilament
Created by Arif Hossain on 2/7/2024 in #❓┊help
Is there any way to cache table widget query records?
Hello, did you find a way to hanlde records caching ?
4 replies
FFilament
Created by WiseWill on 3/14/2024 in #❓┊help
Caching Filament components
Hello, I upgrade filament version using
composer update
php artisan filament:upgrade
composer update
php artisan filament:upgrade
and still
php artisan filament:cache-components
php artisan filament:cache-components
and
php artisan filament:optimize
php artisan filament:optimize
are not wroking, I'm getting the same error
11 replies
FFilament
Created by Hussain4real on 1/19/2024 in #❓┊help
Caching
did you find a way to handle it ?
3 replies
FFilament
Created by Moe Tarhini on 6/27/2024 in #❓┊help
How Can I Stop the Relationship from Auto-Saving After Submitting the Form
Table Action : Tables\Actions\EditAction::make() ->before(function (array $data, Domain $record, $action): array { dd($record->services);
}); Inside the From : Select::make('services')->native(false)->preload() ->helperText(fn (Get $get, $livewire) => renderHelperTextDomainForm::renderHelperTextForInactiveServices($livewire, $get('services'))) ->relationship(name: 'services', titleAttribute: 'name') ->dehydrated() I really don't know what I'm doing wrong, after the dd($record->services) is launched the services record is already has been updated in the db !
4 replies
FFilament
Created by Moe Tarhini on 5/29/2024 in #❓┊help
Very slow performence (pagination, bluk action)
Hi. Sorry for the late reply. I checked the phpinfo() and OP cache is enable
7 replies
FFilament
Created by Moe Tarhini on 5/29/2024 in #❓┊help
Very slow performence (pagination, bluk action)
No description
7 replies
FFilament
Created by tim.lalev on 5/15/2024 in #❓┊help
Table Performance | Need PRO Advice
Hey, Did you find a solution? I'm facing the same problem
4 replies
FFilament
Created by wazkaz on 12/6/2023 in #❓┊help
Relation manager display
Hey man, do you mind to share your code ? it will be very helpfull
14 replies
FFilament
Created by Wayne_Swart on 1/16/2024 in #❓┊help
Multiple select filter does not reload
Hey, did you fix it ? what was the problem ?
5 replies