This is a read-only repository, splitted from the monorepo at github.com/cuatromedios/kusikusi-monorepo
For the Laravel starter kit visit github.com/cuatromedios/kusikusi
This package complements kusikusi/models package, that should be required first.
composer require kusikusi/media:dev-master
-
php artisan vendor:publish --provider="Kusikusi\MediaServiceProvider"
-
Model files
php artisan vendor:publish --provider="Kusikusi\MediaServiceProvider" --tag="model"
Config files
php artisan vendor:publish --provider="Kusikusi\MediaServiceProvider" --tag="config"
The required routes are automatically loaded from the package
Run the tests with:
vendor/bin/phpunit
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email dev@cuatromedios.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.