Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/owowagency/laravel-media


https://github.com/owowagency/laravel-media

Last synced: 2 months ago
JSON representation

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.