Looking to hire Laravel developers? Try LaraJobs

laravel-setable maintained by isofman

Description
Easiest way to organize system settings and persist them
Author
Last update
2026/03/16 18:56 (dev-master)
License
Links
Downloads
4

Comments
comments powered by Disqus

Laravel Setable

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