nova-media-library icon indicating copy to clipboard operation
nova-media-library copied to clipboard

A Laravel Nova field for displaying and updating a Spatie Media Library model.

Results 6 nova-media-library issues
Sort by recently updated
recently updated
newest added

It seems that the queue jobs for the conversions/responsive are potentially run before the model gets created. My assumption is that the queue job gets kicked off and ran before...

Translated value $group of the nova media resource is ignored. Added the key to the json language file. ```` class Media extends Resource { /** * The model the resource...

Hello, I'm using your package to attach a single file (that is not an image) to a resource. As mentioned in the docs, I use `Kingsley\NovaMediaLibrary\Fields\File` It works well in...

I defined one of my Mediacollections to allow svg:s. When I try to upload an svg I get the error; "must be an image". ``` $this->addMediaCollection('logo') ->singleFile() ->acceptsFile(function (File $file)...

Hi, Is there a way to upload multiple images via `Image` field?

I am using your package and it works on edit screen, but not on index or detail view. I get ` SQLSTATE[42S22]: Column not found: 1054 Unknown column 'preview_url' in...