laravel-embed-media maintained by thejawker
Description
associate embeddable content with a Laravel Model.
Author
Last update
2019/05/10 13:14
(dev-master)
License
Downloads
13
Tags
Associate Embeddable Media with a Laravel Model
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.