#how to quickly setup a page with search, pagination, filters etc?
9 messages · Page 1 of 1 (latest)
You can get HTML templates but you still need to code haha
Purchase Laravel Nova, that gives you a ton of easy prototyping tools.
you can also look at filamentPHP but there is a lot of value it doing it yourself (but I am an old grey hair, but no neck beard)
yes i am experimenting with filament but im struggling with how exactly its meant to be used
i think i am doing something weird.
i have 3 panels, a public panel, a user dashboard to create posts, and an admin dashboard to manage all posts
The way I have used it is to mainly have filament do the backend admin side and then use the filament tables and forms into the more public front ends
do you use breeze or jetstream? what about the difference in ui styling between filament and everything eslse?