mannikj / laravel-model-configs
Add versioned and categorizable json configurations to your eloquent models
Requires
- php: ^7.1
- illuminate/support: 5.8.*
- mannikj/laravel-sti: ^1.1
- mpociot/versionable: 3.1.1
- rinvex/laravel-cacheable: ^2.1
- rinvex/laravel-categories: ^2.1
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-29 03:18:20 UTC
README
Often you need to add different types of configurations to your models. Sometimes you will also need to these configurations group them by types and lists, and provide default and custom configuration lists. With this package you can do all that very flexibly. It is up to you how to assign the entities to your model so this package will most likely suit your case of saving model-related configurations in the database.
Installation
You can install the package via composer:
composer require mannikj/laravel-model-configs
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mannikj@web.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.