Download the PHP package akbsit/laravel-options without Composer
On this page you can find all versions of the php package akbsit/laravel-options. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-options
laravel-options, Packagist
Install
To install package, you need run command:
Next install migrations:
Usage
Facade Akbsit\Options\Facades\Option
:
Option::put(string $sOption, mixed $value, string $sGroup = OptionMain::DEFAULT_GROUP): OptionModel
;Option::get(string $sOption, string $sGroup = OptionMain::DEFAULT_GROUP): OptionModel|null
;Option::getByGroup(string $sGroup = OptionMain::DEFAULT_GROUP): Collection
;Option::getByOption(string $sOption): Collection
.
All versions of laravel-options with dependencies
PHP Build Version
Package Version
The package akbsit/laravel-options contains the following files
Loading the files please wait ....