mannikj/laravel-model-configs

Add versioned and categorizable json configurations to your eloquent models

Downloads

0

Stars

0

Version

v0.0.1

Add conguration lists to your eloquent models

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 [email protected] 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.

MannikJ

Author

MannikJ