2017 © Pedro Peláez
 

library laravel-setting-service

:description

image

alive2212/laravel-setting-service

:description

  • Wednesday, July 18, 2018
  • by Alive2212
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LaravelSettingService

Latest Version on Packagist ![Total Downloads][ico-downloads] Build Status StyleCI, (*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)

The Versions