erikfig/stock-cake-son

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

Stock plugin for CakePHP

Maintainers

Package info

github.com/erikfig/StockCakeSon

Type:cakephp-plugin

pkg:composer/erikfig/stock-cake-son

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-07 18:47:12 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