Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instanceofman/laravel-setable

Persists configurations to database for Laravel.
https://github.com/instanceofman/laravel-setable

Last synced: 3 days ago
JSON representation

Persists configurations to database for Laravel.

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
```