Replies: 1 comment 1 reply
-
Are you referring to Unregistered warning? not 100% sure here.
The documentation clearly has
Do you have any |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Trying to get this thing installed, and keep running into very poor documentation.
Finally got it to think it's authorized on localhost, by setting the APP_URL to localhost. Would have been cool if the docs mentioned it was going off the .env and not what you're viewing it in the browser at.
Now, trying to get Resources to actually show up in the sidebar.
https://nova.laravel.com/docs/4.0/resources/
This does not seem true? It comes with a User.php but there is no Resources sidebar in Nova. It says these can be manually registered by overriding the resources method but there isn't even a resources method by default. Added one manually going off the docs, if they can be trusted:
Added this and now the site throws this error:
Call to undefined method App\Models\User::authorizedToViewAny()
Beta Was this translation helpful? Give feedback.
All reactions