What plugins to do this layout?
We have 700k pages of books.
We want to make a layout like this using Tailwind and Filament.
What plugins do people suggest?
I built this full solution in T3 Stack (NextJS) but found that I was rebuilding common features found in frameworks like Laravel. So im hopeful that Laravel will be a good fit. I purchased Nova and then found people loved Filament. Hoping to get a deeper understanding of Fillament.
5 Replies
Which part are you trying to replace? The frontend for the book or the backend CRUD?
both - this was all built using T3 Stack (ReactJS/NextJS)
Super excited to begin coding. Also tried out twill, statamic, Nova and really impressed with Filament.
Was watching this
https://www.youtube.com/watch?v=g2v_FI4ML5U&ab_channel=devdojo
devdojo
YouTube
The Best Form Builder for Laravel - Filament Forms
In this video I will be showing you how to build forms for your Laravel application using the FilamanetPHP forms package. This package can be used without the Filament admin package and can come in handy for quickly and easily building forms for your Laravel application.
Be sure to visit the Filament Forms Package documentation page at: URL
If ...
since you just asking for plugin, i'm not aware of any that can work for you out of the box
i would suggest you to replace the crud with filament first then replace the frontend with any laravel stack (livewire/inertia/blade) of your choice
As I got into things I figured it out. Thanks for the push. Cheers! π