cuatromedios / kusikusi-models by cuatromedios

Base models used for Kusikusi CMS.
113
0
1
Package Data
Maintainer Username: cuatromedios
Maintainer Contact: dev@cuatromedios.com (Cuatromedios)
Package Create Date: 2021-03-13
Package Last Update: 2022-08-13
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:14:17
Package Statistics
Total Downloads: 113
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Kusikusi Models

This is a read-only repository, splitted from the monorepo at github.com/cuatromedios/kusikusi

Software License Travis Total Downloads

Usage

Require
composer require kusikusi/models
Export the config file
php artisan vendor:publish --provider="Kusikusi\ModelsServiceProvider" --tag="config"
Export the migrations
php artisan vendor:publish --provider="Kusikusi\ModelsServiceProvider" --tag="migrations"

Please note the migrations have commented lines you could use to define foreing keys to user tables

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.