LaravelPackages.net
Acme Inc.
Toggle sidebar
savannabits/media

Associate files with Eloquent models

47
0
v7.0.0
About savannabits/media

savannabits/media is a Laravel package for associate files with eloquent models. It currently has 0 GitHub stars and 47 downloads on Packagist (latest version v7.0.0). Install it with composer require savannabits/media. Discover more Laravel packages by savannabits or browse all Laravel packages to compare alternatives.

Last updated

Media

This packages adds an ability to assign a media to your eloquent models. It uses Spatie's spatie/laravel-medialibrary, but it goes a bit further:

  • Collections definition - inspired by the conversions definition, we have created Media Collections definition via similar fluent API
  • Auto-Process - saving the eloquent model automatically processes and attaches media collections from the request
  • Authorization - controls, who has the permission to attach specific medium to specific model
  • Private access - controls, who has the permission to view specific medium

You can find full documentation at https://docs.getcraftable.com/#/media.

Star History Chart