Julien B. (aka yebor974)
Julien B. (aka yebor974)
FFilament
Created by Vicky on 12/26/2024 in #❓┊help
how to create 1 data to 3 table?
if you are in resource you can use afterCreate method. Otherwise use Laravel event/listener. They are manys way to do this, depending on your business process
11 replies
FFilament
Created by Vicky on 12/26/2024 in #❓┊help
how to create 1 data to 3 table?
11 replies
FFilament
Created by Vicky on 12/26/2024 in #❓┊help
how to create 1 data to 3 table?
Hi. Have you relations between these models ? You can use Form layout like grid with relationship
11 replies
FFilament
Created by anshi8953 on 12/22/2024 in #❓┊help
Schema Markup implementation
6 replies
FFilament
Created by anshi8953 on 12/22/2024 in #❓┊help
Schema Markup implementation
For Filament Mastery I use Laravel seo for schema of articles and breadcrumbs https://filamentmastery.com
6 replies
FFilament
Created by H.Bilbao on 12/21/2024 in #❓┊help
Using filament styles outside of the resource
4 replies
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
This post might help you, but it's more of a global integration for the front end. You’ll likely face issues with overriding Bootstrap classes https://filamentmastery.com/articles/guide-to-using-filament-components-in-public-facing-pages
13 replies
FFilament
Created by zydnrbrn on 12/13/2024 in #❓┊help
Adding actions modal on getHeaderActions
Strange. Could you please share you ViewPage code and view if customized
8 replies
FFilament
Created by zydnrbrn on 12/13/2024 in #❓┊help
Adding actions modal on getHeaderActions
Is it a custom view for the ViewPage ? Maybe missing <x-filament-actions::modals /> in view and check if you have the InteractsWithActions trait.
8 replies
FFilament
Created by zydnrbrn on 12/13/2024 in #❓┊help
Adding actions modal on getHeaderActions
Maybe because you don’t return an array for your getHeaderActions function 😄
8 replies
FFilament
Created by neuroticimbecile on 12/11/2024 in #❓┊help
How to display text on top of all screens/pages
try for PanelsRenderHook::TOPBAR_START
7 replies
FFilament
Created by neuroticimbecile on 12/11/2024 in #❓┊help
How to display text on top of all screens/pages
7 replies
FFilament
Created by owulanii on 12/6/2024 in #❓┊help
File upload for large files
34 replies
FFilament
Created by owulanii on 12/6/2024 in #❓┊help
File upload for large files
You have to update your livewire config file.
34 replies
FFilament
Created by Ibiza on 11/15/2024 in #❓┊help
Hide Navigation on specific pages
Hey, have you tried extending SimplePage instead of Page ? It seems like your case involves a tenant model too
4 replies
FFilament
Created by arif on 9/9/2024 in #❓┊help
How to Display Related Model Data on the Edit Page?
Hi, your relation is userDetail not detailUser as you wrote with detailUser.name
4 replies
FFilament
Created by Julien B. (aka yebor974) on 8/2/2024 in #❓┊help
Textarea autoSize after save or error
I missed the PR, thanks for the info!
35 replies
FFilament
Created by Mike. on 7/16/2024 in #❓┊help
Send Email
Need more information to help. Do you have the confirmation modal on click ? What is the data array ? You have only these injections on table actions : https://filamentphp.com/docs/3.x/tables/actions#table-action-utility-injection The table is about invoices list ?
10 replies
FFilament
Created by Mike. on 7/16/2024 in #❓┊help
Send Email
Maybe your mail class SendInvoice implements ShouldQueue and you need to start your jobs queue (horizon or other) ?
10 replies
FFilament
Created by leoms1408 on 7/8/2024 in #❓┊help
Form Select relationship search in two columns
4 replies