dkvhin/laravel-model-settings

A library use for allocating settings per model, this is use primarily for authenticated users model

v11.0.14 2024-08-30 12:23 UTC

This package is auto-updated.

Last update: 2024-11-30 12:52:22 UTC


README

composer require dkvhin/laravel-model-settings

Publish Configs

php artisan vendor:publish --provider="Dkvhin\LaravelModelSettings\LaravelModelSettingsServiceProvider" --tag="config"
php artisan vendor:publish --provider="Dkvhin\LaravelModelSettings\LaravelModelSettingsServiceProvider" --tag="migrations"