Is "vendor" a reserved name for panels?
I've just created a new panel called "Vendor". However, the route /vendor/login does not show up. Visiting /vendor redirects me to /login and fails. When running route:list, I can see all the routes for vendor (vendor/logout, vendor/{resourceName}) but not vendor/login.
Anybody had something like this happen to them?
4 Replies
did you add
$panel->login()
to the new panel?yikes. my bad, that fixed it lol. couldn't really find anything mentioning that on the docs 🤔
Thanks! Finding the docs a bit hard to navigate.