Nova::resourcesIn() outside app directory #4803
Unanswered
magdicom
asked this question in
Ideas & Feature Requests
Replies: 0 comments
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.
-
The
Nova::resourcesIn
method only works with paths relative to the app directory, it would be very useful if it supports absolute paths as well (e.g. base ,or vendor directories).In few cases I would put all project related classes and resources inside a laravel package, and to register nova resources currently using
Nova::resources([])
.Beta Was this translation helpful? Give feedback.
All reactions