Download the PHP package allcaretravel/laravel-videoable without Composer
On this page you can find all versions of the php package allcaretravel/laravel-videoable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download allcaretravel/laravel-videoable
More information about allcaretravel/laravel-videoable
Files in allcaretravel/laravel-videoable
Package laravel-videoable
Short Description This is a fork from nwidart/laravel-videoable and enhanced. Attach videos to your models
License MIT
Homepage https://github.com/nwidart/laravel-videoable
Informations about the package laravel-videoable
laravel-videoable
Laravel | laravel-videoable |
---|---|
<= 5.4 | ^1.0 |
5.5 | ^2.0 |
5.7 | ^3.0 |
>= 7 | ^4.0 |
Laravel Videoable is a quick and easy way to add a video to your Eloquent Models. It also features a way to generate the embed code directly.
Install
Via Composer
Next add the following service provider in config/app.php
.
Publish the package's migrations files by running :
After the migrations have been published you can create the laravel_videoables
table by running the migrations
(optional) Publish the package's configuration file by running :
(optional) Publish the package's view files by running :
Configuration
You can configure model and table from configuration file laravel-videoable
Documentation
You'll find installation instructions and full documentation on https://nwidart.com/laravel-videoable/.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Nicolas Widart
- All Contributors
License
The MIT License (MIT). Please see License File for more information.