Lars
How to show user specific data on a page in a new panel?
I created a new panel ('app'), and I want this panel to be accessible for non-admin users. The user should be able to manage their data and relationships in this panel, rather than all the data like in the admin panel. How can I configure what data is available on the app panel?
9 replies
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?
2 replies