dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
262 stars 62 forks source link

Nova 4 support #159

Closed theimerj closed 2 years ago

theimerj commented 2 years ago

Nova 4 support

Hello everyone, here is a PR for Nova 4 support we worked on with @kreejzak.

If you want to help with testing

In your composer.json

"require": {
    "dmitrybubyakin/nova-medialibrary-field": "dev-nova-4",
},
"repositories": [
    {
        "type": "git",
        "url": "https://github.com/dystcz/nova-medialibrary-field"
    },
],

Then run composer update

Good stuff

Still needs to be done

Possible enhancements


Thanks for the kickoff commits @aemaddin