dkvhin/laravel-model-settings

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

v12.0.0 2025-03-19 08:46 UTC

This package is auto-updated.

Last update: 2025-03-19 08:46:43 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"