Nova Media Library Versions Save

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

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago
  • Added File field for generic types
  • Refactored fields (see below)

Instead of specifying the media collection via the toMediaCollection method, instead you can just pass the collection in as the second argument to make, such as:

File::make('Field Label', 'collection_name')

1.2.4

5 years ago
  • Fixed client-side bugs on detail and index view

1.2.3

5 years ago
  • Added image deletion

1.2.2

5 years ago
  • Added preview of selected image on form view
  • Fixed image size on form view

1.2.1

5 years ago

1.2.0

5 years ago
  • Media resource is no longer automatically registered (see readme for manual registration)
  • Image field no longer throws error if no image supplied (when updating)

1.1.0

5 years ago
  • Refactored codebase (see source for new classnames)
  • Added Images field

1.0.2

5 years ago