Dennis Koch
Dennis Koch
FFilament
Created by Steff on 10/21/2024 in #❓┊help
table row action to run a job?
For example with the action-pattern $result = (new UpdateJobSearches)->run($record->id). Return the data you need and build your response with it.
11 replies
FFilament
Created by Steff on 10/21/2024 in #❓┊help
table row action to run a job?
i don't know, how to start the job or this class from the action and return a message. is there a rudimentary example?
If you extract it, it's just calling your new class.
11 replies
FFilament
Created by EMMAN on 10/20/2024 in #❓┊help
How to Determine if the dashboard is using dark or light mode in Filament?
Nobody can't help if you don't share what you did
13 replies
FFilament
Created by RHofmann on 10/21/2024 in #❓┊help
Resource table action not being triggered
Does the Service model have id as primary key?
5 replies
FFilament
Created by Steff on 10/21/2024 in #❓┊help
table row action to run a job?
It's not really a Filament issue, more of a code structure thing.
11 replies
FFilament
Created by Steff on 10/21/2024 in #❓┊help
table row action to run a job?
What are you currently using? A Command? I'd extract the common logic to a class and call it from both.
11 replies
FFilament
Created by Steff on 10/21/2024 in #❓┊help
table row action to run a job?
Should it be sync or async/queued?
11 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
Mixed Content means you are loading assets from HTTP when using HTTPS. Either your APP_URL is wrong or you need URL::forceScheme('https'); in your service provider
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
Any errors in the network tab?
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
Hm, looks good to me
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
This code is automatically generated when installing filament?
Yes.
16 replies
FFilament
Created by optimalspieler on 8/7/2024 in #❓┊help
Question regarding docs / security: "This is not an issue with mass assignment."
I think it just adds to the first one. Filament uses mass assignment per default and this might feel unsafe. But only values with a field will be updated at all.
5 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
Do those assets exist?
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
What do those files return? Is there an error? Different content than the actual JS?
16 replies
FFilament
Created by Stricks on 10/18/2024 in #❓┊help
Can I use a filament table outside of Filament directories?
Tailwind compiles the CSS based on the classes you used. So every time you add new ones, you need to rebuild your CSS file
46 replies
FFilament
Created by Mohamed Hesham on 10/20/2024 in #❓┊help
Conditional hidden field with javascript
Do you really need that hidden element? Not sure whether Alpine can bind to hidden 🤔
7 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
Looks like the select isn't properly initialiazed. Do you have any JS errors in the console?
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
Please read the #✅┊rules on how to format code.
16 replies
FFilament
Created by Mohamed Hesham on 10/20/2024 in #❓┊help
Conditional hidden field with javascript
Maybe share your field implementation
7 replies
FFilament
Created by Adam Edible on 10/19/2024 in #❓┊help
Filament base address setting?
Thanks for sharing
9 replies