Download the PHP package drewroberts/media without Composer
On this page you can find all versions of the php package drewroberts/media. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download drewroberts/media
More information about drewroberts/media
Files in drewroberts/media
Package media
Short Description Laravel Package for opinionated usage of Media (images & videos)
License MIT
Homepage https://github.com/drewroberts/media
Informations about the package media
Laravel Package for opinionated usage of Media (images & videos)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish the config file with:
Add the cloudinary disk to the filesystem config and set the environment variables for your Cloudinary account.
Models
The following models are included in this package:
List of Models
- Image
- Tag
- Video
For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.
The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Drew Roberts
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of media with dependencies
cloudinary/cloudinary_php Version ^1.20
silvanite/nova-field-cloudinary Version ^1.3.2
spatie/eloquent-sortable Version ^3.11.0
tipoff/authorization Version ^2.8.0
tipoff/laravel-google-api Version ^2.0.0
tipoff/support Version ^2.0.0