isofman/laravel-setable

Easiest way to organize system settings and persist them

Maintainers

Package info

github.com/instanceofman/laravel-setable

pkg:composer/isofman/laravel-setable

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.1 2026-03-16 17:56 UTC

This package is auto-updated.

Last update: 2026-03-16 18:02:52 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