How do i setup Board for diffrent panel? #43
-
I have two panels in my project. I am new to laravel /filament development, sorry for this basic rookie question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In your panel provdier you have a |
Beta Was this translation helpful? Give feedback.
In your panel provdier you have a
discoverPages
method which shows the folder where the pages for that panel should be. Let's sayApp\Filament\Student\Pages
and your panel is calledstudent
.You would move the kanban board from
App\Filament\Pages
toApp\Filament\Student\Pages
and it will appear in thestudent
panel.