FilamentF
Filament3y 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?
Was this page helpful?