Nova doesn't handle namespaces correctly #3522
Unanswered
digitalhuman
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This is expected behavior as resource will convert class name using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example:
Folder structure:
User resource in 'Admin' namespace:
Nova/Resources/Admin/Users/User.php
User resource in root namespace
Nova/Resources/User.php
Both URL's in Nova dashboard will go to '/nova/user'. Which should be /nova/admin/users/user and /nova/user.
Beta Was this translation helpful? Give feedback.
All reactions