kusikusi/models

Base models used for Kusikusi CMS.

Installs: 113

Dependents: 1

Suggesters: 4

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:package

v8.0.5 2021-10-11 05:55 UTC

README

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

composer require kusikusi/models:dev-master

Usage

Publish the assets

  • Publish all the assets ...
    php artisan vendor:publish --provider="Kusikusi\ModelsServiceProvider"

Routes

The required routes are automatically loaded from the package

Run the migrations
php artisan migrate

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.