kusikusi / models
Base models used for Kusikusi CMS.
v8.0.5
2021-10-11 05:55 UTC
Requires
- ankurk91/laravel-eloquent-relationships: ^1.1
- illuminate/support: ^7.0|^8.0
- league/csv: ^9.7
- pugx/shortid-php: ^0.7.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-13 18:29:15 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
Install
composer require kusikusi/models:dev-master
Usage
Publish the assets
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.