F
Filament16mo ago
Lars

Scaffolded Filament app.blade.php layout for my application pages or not

Hi all, I am new to Filament (started using it today). I read about the Blade Components (https://filamentphp.com/docs/3.x/support/blade-components/overview) that can be used inside of Blade files. I am wondering: should I create a different layout file for my 'non-admin' application, or is it fine to use the Filament scaffolded one? I tried using it, but it doesn't seem to work properly (e.g. the modal component does show the button, but does not show a modal when clicked). Also, does Laravel Breeze (TALL stack) work well next to Filament?
1 Reply
Patrick Boivin
Patrick Boivin16mo ago
I think Breeze should work well alongside Filament, but a big focus of v3 is to be able to build different Panels for different use-cases inside of the same project. You can build your non-admin app inside of a Panel (if it requires login) and you can also use the Blade layouts and components separately on your public pages.
Want results from more Discord servers?
Add your server