isofman/laravel-setable

Easiest way to organize system settings and persist them

v1.1.1 2019-08-06 08:10 UTC

This package is auto-updated.

Last update: 2024-06-06 20:26:38 UTC


README

Easy to setup

php artisan setable:setup

Native helper

config('setable.auto_publish'); // true

Easy to edit

php artisan setable:list
php artisan setable:set auto_publish true boolean
php artisan setable:get auto_publish