F
Filament12mo ago
Scott

How to create another panel?!

Hi guys, perhaps I'm being a bit stupid, but I don't see in the docs how to create additional panels: https://beta.filamentphp.com/docs/3.x/panels/getting-started#next-steps-with-the-panel-builder So I'd like an "admin" panel where I can manage users, and then a user panel where they can manage their own bits and pieces. I think that's the idea behind panels?
5 Replies
Dennis Koch
Dennis Koch12mo ago
I guess it's just php artisan make:filament-panel
LeandroFerreira
LeandroFerreira12mo ago
and register in your [config/app.php] file as a service provider
Scott
Scott12mo ago
Perhaps worth adding to the docs? Is there somewhere I can submit this as a suggestion - I appreciate the docs are in beta too Also would be handy to be able to search the v3 docs
Dennis Koch
Dennis Koch12mo ago
Will happen when they are out of beta.