PHPackages                             cakesuit/option - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cakesuit/option

ActiveCakephp-plugin

cakesuit/option
===============

Define/fetching quickly preference for your application

1.1.1(8y ago)04MITPHP

Since Oct 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CakeSuit/Option)[ Packagist](https://packagist.org/packages/cakesuit/option)[ RSS](/packages/cakesuit-option/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Cakesuit/Option plugin for CakePHP
==================================

[](#cakesuitoption-plugin-for-cakephp)

What is it ?
------------

[](#what-is-it-)

This plugin allows you to simply define options for your application with the key/value pair.

Requirements
------------

[](#requirements)

- CakePHP 3.4.0+
- PHP 5.6+

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require cakesuit/option

```

Load plugin in config/bootstrap.php application

```
bin/cake plugin load Cakesuit/Option

```

If you want to use the built-in routes, load the plugin as follows

```
bin/cake plugin load -r Cakesuit/Option

```

Migration
---------

[](#migration)

Now that the plugin is installed and loaded, you have to migrate the schema for the database

```
bin/cake migrations migrate -p Cakesuit/Option

```

Default Routes
--------------

[](#default-routes)

```
