admin/panel 1, admin/panel2.. incorrect operation of the default() method #15595
Unanswered
belsky-code
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.138
How can we help you?
Guys, help me with the panels.
There are panel1, panel2, panel3.
Each panel has its own id and its own path (admin/panel 1, admin/panel2..)
The panels are created, everything is working, but in the terminal, when entering php artisan, the command "make:filament-resource New Resource" I get the error "No default Filament panel is set. You may do this with the
default()
method inside a Filament provider'spanel()
configuration.'Well, ok, assigned to $panel2->default(); the command works, but when you go to the URL /admin/panel1, /admin/panel3, only panel2 always loads.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions