/laravel-embed-media

Allows you to associate media to your model.

Primary LanguagePHPMIT LicenseMIT

Associate Embeddable Media with a Laravel Model

Latest Version on Packagist Build Status Quality Score Total Downloads

Makes it easy to associate a Embeddable Media with a Model in your application. We try to support the most popular ones like YouTube/SoundCloud/Vimeo/Spotify, but have a plugin system that allows you to write your own implementations very easily.

Installation

You can install the package via composer:

composer require thejawker/laravel-embed-media

Usage

write some code here ;)

Testing

composer test

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 info@thejawker.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Used the Spatie Skeleton Package as starting point.