Alex
Alex
FFilament
Created by raheel3031 on 3/31/2025 in #❓┊help
Css styling in theme not working
I had similar issues and needed to downgrade tailwind in laravel 12 to v3. https://filamentphp.com/docs/3.x/notifications/installation#installing-tailwind-css
7 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
Yes, that's very much what Leandro showed me in his video
20 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
Fantastic video. Thank goodness for auto translate on youtube, it's a beautiful language, but I don't understand one word I like very much how you accomplished this.
20 replies
FFilament
Created by Arjen on 3/30/2025 in #❓┊help
How to get infolist in ViewAction modal in table widget?
If it where me, I'd start here https://filamentphp.com/docs/3.x/actions/modals#customizing-the-modals-heading-description-and-submit-action-label The documentation doesn't say if you can add an infolist. But if I were to try to add one, I'd start by returning a closure to the description method and see where that takes me. FYI I'm a newbe to Filament, but was so happy I got help, I'm trying to pay it forward.
6 replies
FFilament
Created by Crispy on 3/20/2025 in #❓┊help
Way to only allow numeric in search dropdown for filament select element?
I haven't tried this but you could probably extend the component and add a new method. That's where I would start, but I'm a newbe to Filament.
11 replies
FFilament
Created by aviweb on 3/30/2025 in #❓┊help
Can we integrate fabric js as custom filament form component to make a designing flow?
There is a fantastic Laracast series on how to create a component from a javascrpt library. https://laracasts.com/series/build-advanced-components-for-filament What is a designing flow? Is that specific for the fabric library?
2 replies
FFilament
Created by Arjen on 3/30/2025 in #❓┊help
How to get infolist in ViewAction modal in table widget?
I don't see where you are customizing the modal content. It looks like you're using a stock ViewAction.
6 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
Ah, yeah, the guest page is for when person wants to enroll. I know there's a register page built in but I wanted to make my own registration page that's a wizard.
20 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
You are MAGIC! Thanks!!
20 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
No description
20 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
HI, I hope is okay to add on to this thread as it's my exact issue. I have followed all of these guides and examples, and what results each time is a page with no formatting. I've started with fresh projects, one I posted publicly on GitHub: https://github.com/ElivateMarketing/test/tree/support-example I think there is something fundamental that I am missing. I understand how to pass the form to the livewire component, but I would expect @FilamentStyles and @FilamentScripts to add at least a basic style to the full page component. I can see that in the source view of the page, there are two filament css files added (forms.css, and support.css) and they show a lot of minimized css code and the app.css is generating css. The css in the app.css doesn't seem to have the variables that filament has and every element on the page is completely unformatted. What am I missing?
20 replies