Tenant Settings page under provider
I'm unaware if this is a coding issue on my end or a bug.
I've created a custom page called Settings which have the name filament.app.pages.settings.
When I dump this in a test route outside Filament I get this
When I try this:
under my provider it says the route name does not exist?
I've created a custom page called Settings which have the name filament.app.pages.settings.
When I dump this in a test route outside Filament I get this
"http://localhost/app/dwa/settings" // routes/web.php:29When I try this:
under my provider it says the route name does not exist?
Solution
@anitexs You have to do a closure inside it for it to work. The docs are wrong on this so I guess open an issue or I can.
But do this instead.
For a page inside a panel that DOESN'T have tenancy you can do one of these:
For a page inside a panel that DOES have tenancy you do this:
But do this instead.
For a page inside a panel that DOESN'T have tenancy you can do one of these:
For a page inside a panel that DOES have tenancy you do this: