Cushty
Vanilla Spatie roles or filament shield
Hi I am wondering which is better to use vanilla spatie roles and permissions or Filament shield, I am using breeze for my filament login register if that makes any difference to the choice, I just wanted to hear your thoughts, thanks
3 replies
Breeze profile & dashboard page in filament
Hi i am using Beeze from my filament login and register and it is working well. The issue is I want to have the default profile page in filament or rebuild it in filament and remove the default breeze dashboard page, is there a best way of doing this? Thanks
2 replies
Share a resource with new panel
Hi what is the best way to pull in a specifice resource in my user panel? I have an admin and user panel, the admin uses all resourses as default, but I am not sure how to just grab one resource that has been setup and used in admin panel.
i can use this in user panel:
but it grabs all resources. Thanks
5 replies
wizard step sharing from model
Hi I am trying to share the wizard steps from my Model, but it's causing the layout to not be full width and the has skippable steps stops working, Can you shed some light on how to properly setup the wizard to share steps? Thanks
3 replies
wizard step move after 5
Hi is this still the only way to achieve the wizard steps to move after 5 steps?
https://discord.com/channels/883083792112300104/1080807837833384017/threads/1250676735759089707
Thanks
6 replies
tailwind normal blade views
Hi i have read through some posts here, but just want to ask your opinion
1. When you install laravel it installs Tailwind, so you should be able to use all tailwind classes available in normal blade files that are not connected to Filament (bg colors etc)?
2. If you use a blade view that get's pulled into a filament file can you only use classes that filament uses or you have to make your own theme?
Just a bit confused as I am pulling a blade view into a modal in filament on the front-end and only some classes work.
Thanks
18 replies
Services and filament tables livewire component
Hi I have a service that has a load of options, I've queried the options in a select filter, but I am getting:
An attempt was made to evaluate a closure for [Filament\Tables\Filters\SelectFilter], but [$value] was unresolvable.
Do I need to do something else as it's a livewire component? I have more price options but hit limit of discord Thanks
2 replies
filament filters show more
hi, I have a large list of filters in a checkbox list using a table in a livewire component, the filters are currently showing in a modal, but is there a way to show only a few options on each large filter checkbox list and a view more button built into filament, like on Airbnb filters or would I have to make a custom blade view and pull it in? Thanks
12 replies
filament, liveire full page compnent and larave breeze css issue
Hi i have a full page livewire component and all is good except if I add the presets to the main tailwind config, it breaks the breeze dashboard and profile styling, if i remove presets everything works but the filament colours are not showing in the component, i did make a custom theme for the admin panel, but not sure if i need to use that or even how to use it in a full page component. thanks.
27 replies
Use filament infolist or table or roll your own using livewire
Hi which would you guys use if you were building an ecommerce project and want to show a list of products with search features on the frontend?
Also would you use say an infolist for the product details page?
Just want to get a jist of what you guys would normally do as your filament experts.
Thanks
4 replies