erikfig/stock-cake-son

There is no license information available for the latest version (dev-master) of this package.

Stock plugin for CakePHP

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2017-04-10 12:28 UTC

This package is auto-updated.

Last update: 2024-05-07 14:52:26 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require erikfig/stock-cake-son

Update your config/bootstrap.php.

Plugin::load('Stock', ['bootstrap' => false, 'routes' => true]);

Run migrations

bin/cake migrations migrate --plugin Stock