LaravelSettingService
![Total Downloads][ico-downloads]
, (*1)
This is where your description should go. Take a look at contributing.md to see a to do list., (*2)
Installation
Via Composer, (*3)
``` bash
$ composer require alive2212/laravelsettingservice, (*4)
## Usage
To store setting metas
```php
$setting->store([
'test.controller.app' => '1',
],auth()->id(),null,['operators']);
To get setting metas, (*5)
return $setting
->setStartDateTime(Carbon::now()->addYears(-1))
->setScope('operator')
->getArray();
Change log
Please see the changelog for more information on what has changed recently., (*6)
Testing
bash
$ composer test
, (*7)
Contributing
Please see contributing.md for details and a todolist., (*8)
Security
If you discover any security related issues, please email author email instead of using the issue tracker., (*9)
Credits
License
license. Please see the license file for more information., (*10)