F
Filament14mo ago
morty

What does the `->default()` method do on the panel service provider?

n/t
Solution:
Just did a quick reference search on the codecase. It's only used together with the FilamentManager. So it mostly provides backwards compatibility
Jump to solution
4 Replies
Dennis Koch
Dennis Koch14mo ago
Sets the default panel (if there are more than one)
morty
mortyOP14mo ago
what does being the default panel do though I suppose is what I'm asking considering you access a panel via /app or /admin, why does there need to be a default panel?
Solution
Dennis Koch
Dennis Koch14mo ago
Just did a quick reference search on the codecase. It's only used together with the FilamentManager. So it mostly provides backwards compatibility
morty
mortyOP14mo ago
gotcha, thanks

Did you find this page helpful?