Noxo
Noxo
FFilament
Created by Noxo on 9/22/2023 in #❓┊help
afterCreate - hook
you can set after inside getHeaderActions method on the List page
6 replies
FFilament
Created by Noxo on 3/3/2024 in #❓┊help
Pagination inside modal
4 replies
FFilament
Created by Noxo on 11/7/2023 in #❓┊help
Version switcher
oh you're right 👍 sorry for the unjustified ticket 🙏
4 replies
FFilament
Created by Talha Chughtai on 11/6/2023 in #❓┊help
Custom page in resource
->url(fn ($record) => YourResource::getUrl('page-name', ['record' => $record]))
7 replies
FFilament
Created by Talha Chughtai on 11/6/2023 in #❓┊help
Custom page in resource
7 replies
FFilament
Created by sadiqgoni13 on 11/2/2023 in #❓┊help
Image not showing on production
i mean domain name
11 replies
FFilament
Created by sadiqgoni13 on 11/2/2023 in #❓┊help
Image not showing on production
the image URL
11 replies
FFilament
Created by sadiqgoni13 on 11/2/2023 in #❓┊help
Image not showing on production
Is the URL correct?
11 replies
FFilament
Created by sadiqgoni13 on 11/2/2023 in #❓┊help
Image not showing on production
check your browser console, there could be an error
11 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
hmm 🤔 , do you use laravel octane?
24 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
does the bases resourse exist?
24 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
where do you use this route?
24 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
check route list - php artisan route:list
24 replies
FFilament
Created by Noxo on 10/26/2023 in #❓┊help
update url
The solution was very simple, using queryString in livewire. Here's the link if anyone needs it - https://livewire.laravel.com/docs/url#using-the-querystring-method
4 replies
FFilament
Created by Noxo on 11/1/2023 in #❓┊help
EditAction hooks
No description
9 replies
FFilament
Created by Noxo on 11/1/2023 in #❓┊help
EditAction hooks
the pages extend resource pages not resource. these pages are contain the hooks: Filament\Resources\Pages\CreateRecord Filament\Resources\Pages\EditRecord I researched actions but didn't find any hooks. I'm wondering if it's just me or other developers who need these hook? I can implement it and send PR 🤔
Tables\Actions\EditAction::make()
->afterCreate(fn () => '')
->beforeValidate(fn () => '')
->afterSave(fn () => '')
Tables\Actions\EditAction::make()
->afterCreate(fn () => '')
->beforeValidate(fn () => '')
->afterSave(fn () => '')
9 replies
FFilament
Created by Noxo on 11/1/2023 in #❓┊help
EditAction hooks
Sorry for not specifying, I mean when there are no creation and editing pages. When everything happens in modal. In my case, I need the beforeValidate hook, because this is the only hook that fires before the relationships are saved/created. (at least that’s how it works within a page)
9 replies
FFilament
Created by Noxo on 10/20/2023 in #❓┊help
Submit - requiresConfirmation
requiresConfirmation does not work with submit or does something else need to be configured?
3 replies
FFilament
Created by Noxo on 9/18/2023 in #❓┊help
Section - headerEnd
headerEnd is a slot of Section component
6 replies
FFilament
Created by Noxo on 9/22/2023 in #❓┊help
afterCreate - hook
No description
6 replies