davedriesmans
davedriesmans
FFilament
Created by Raziul Islam on 3/28/2024 in #❓┊help
Allowed memory size of 134217728 bytes exhausted
In the past I had the Filament debugbar causing this. Maybe quickly try disabling?
41 replies
FFilament
Created by davedriesmans on 3/10/2024 in #❓┊help
How to have a custom route for new entry?
Solved it like this: ``` class ListFunbels extends ListRecords { protected static string $resource = FunbelResource::class; protected function getHeaderActions(): array { return [ Actions\CreateAction::make()->url(route('funbel.create'), shouldOpenInNewTab: false), ]; } }
5 replies
FFilament
Created by davedriesmans on 3/10/2024 in #❓┊help
How to have a custom route for new entry?
I have a custom page (totally independent from Filament) which I want to use
5 replies
FFilament
Created by davedriesmans on 12/7/2023 in #❓┊help
Create and edit pages return error trim(): Argument #1 ($string) ...
php artisan filament:upgrade on the server did the trick
19 replies