mannikj/laravel-model-configs

Add versioned and categorizable json configurations to your eloquent models

v0.0.1 2019-06-28 15:09 UTC

This package is auto-updated.

Last update: 2024-03-29 01:48:19 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

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.