Skip to content

cuatromedios/kusikusi-media

Repository files navigation

Kusikusi Media Models and Controllers for Laravel

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

Software License Travis Total Downloads

Install

This package complements kusikusi/models package, that should be required first.

composer require kusikusi/media:dev-master

Usage

Publish the assets

  • Publish all the assets
    php artisan vendor:publish --provider="Kusikusi\MediaServiceProvider"
  • Or publish individual assets

    Model files

    php artisan vendor:publish --provider="Kusikusi\MediaServiceProvider" --tag="model"

    Config files

    php artisan vendor:publish --provider="Kusikusi\MediaServiceProvider" --tag="config"

Routes

The required routes are automatically loaded from the package

Testing

Run the tests with:

vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Security

If you discover any security-related issues, please email dev@cuatromedios.com instead of using the issue tracker.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages