https://github.com/instanceofman/laravel-setable
Persists configurations to database for Laravel.
https://github.com/instanceofman/laravel-setable
Last synced: 12 months ago
JSON representation
Persists configurations to database for Laravel.
- Host: GitHub
- URL: https://github.com/instanceofman/laravel-setable
- Owner: instanceofman
- Created: 2019-08-04T17:52:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T08:11:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T13:44:04.210Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Setable
### Easy to setup
```shell script
php artisan setable:setup
```
### Native helper
```php
config('setable.auto_publish'); // true
```
### Easy to edit
```shell script
php artisan setable:list
php artisan setable:set auto_publish true boolean
php artisan setable:get auto_publish
```