Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owowagency/laravel-media
https://github.com/owowagency/laravel-media
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/owowagency/laravel-media
- Owner: owowagency
- License: mit
- Created: 2020-10-01T09:19:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:36:49.000Z (5 months ago)
- Last Synced: 2024-09-30T21:35:35.990Z (3 months ago)
- Language: PHP
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Basic Media Library helpers for Laravel
[![Latest Version on Packagist](https://img.shields.io/packagist/v/owowagency/laravel-media.svg?style=flat-square)](https://packagist.org/packages/owowagency/laravel-media)
[![Build Status](https://img.shields.io/travis/owowagency/laravel-media/master.svg?style=flat-square)](https://travis-ci.org/owowagency/laravel-media)
[![Quality Score](https://img.shields.io/scrutinizer/g/owowagency/laravel-media.svg?style=flat-square)](https://scrutinizer-ci.com/g/owowagency/laravel-media)
[![Total Downloads](https://img.shields.io/packagist/dt/owowagency/laravel-media.svg?style=flat-square)](https://packagist.org/packages/owowagency/laravel-media)This package offers basic helpers for the [Media Library](https://github.com/spatie/laravel-medialibrary) package. It supports:
- A media manager
- Media resources
- Base64 media rules## Installation
You can install the package via composer:
```bash
composer require owowagency/laravel-media
```### Testing
``` bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Dees Oomens](https://github.com/owowagency)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.