-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript error after installation #1
Comments
@divdax, thanks for your issue I'll solve it soon |
publish config file
Publish Config File |
Hey,
great start of a new Nova package.
After installing this package and the media library, it might be beneficial to add the media library to the composer.json file as a requirement.
My model has the basic media library setup, implementing the
HasMedia
trait and usingInteractsWithMedia
. In my resource, I use the following code:However, I encounter an error when loading the resource create/edit page. There is no file preview or upload when I select a file. The error message states:
Did i miss anything?
The text was updated successfully, but these errors were encountered: