laravel-model-settings maintained by dkvhin
Description
A library use for allocating settings per model, this is use primarily for authenticated users model
Author
Last update
2026/03/19 07:13
(dev-master)
License
Downloads
782
Install
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"