Colt
Colt
FFilament
Created by Colt on 12/6/2023 in #❓┊help
custom widget in page throwing error
I created a page using php artisan make:filament-page Integrations And created widget using php artisan make:filament-widget FirstIntegration Then in integrations page class i added getFooterWidgets to return the FirstIntegration class When i goto the integration page i get error that says unable to find component app.filament.widgets.first-integration , however i can see the widget class and blade file was created successfully. What could be the reason?
1 replies
FFilament
Created by Colt on 9/30/2023 in #❓┊help
How to get DatePicker filter value inside an action?
I am trying to build an export action in panel, how can I get the currently applied filter's values inside the action function? I can see the applied filters as part of URL , is there anyway to fetch it from there inside a resource file?
5 replies
FFilament
Created by Colt on 9/27/2023 in #❓┊help
how to get created model in relation manager
How can i get the created model inside CreateAction::make()->after(function…
2 replies