Skip to content

Add database-managed configuration lists to your eloquent models

License

Notifications You must be signed in to change notification settings

MannikJ/laravel-model-configs

Repository files navigation

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 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.

About

Add database-managed configuration lists to your eloquent models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages