Download the PHP package hisman/option without Composer
On this page you can find all versions of the php package hisman/option. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hisman/option
More information about hisman/option
Files in hisman/option
Download hisman/option
More information about hisman/option
Files in hisman/option
Please rate this library. Is it a good library?
Informations about the package option
Laravel Options
Persistent key value options for Laravel.
Installation
Install the package via composer:
Provider
If you're using Laravel < 5.5, you'll need to add the service provider to config/app.php
file:
Alias
Add the alias to config/app.php
file:
Migration
You must run the migration php artisan migrate
before using this package. It creates options
table in your database that will be used for storing the options.
Usage
Using Facade
Using helper function
All versions of option with dependencies
PHP Build Version
Package Version
No informations.
The package hisman/option contains the following files
Loading the files please wait ....