isofman/laravel-setable

组织系统设置并持久化的最简单方式

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

This package is auto-updated.

Last update: 2024-09-06 21:11:11 UTC


README

易于设置

php artisan setable:setup

原生助手

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

易于编辑

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