erikfig / stock-cake-son
There is no license information available for the latest version (dev-master) of this package.
Stock plugin for CakePHP
Package info
github.com/erikfig/StockCakeSon
Type:cakephp-plugin
pkg:composer/erikfig/stock-cake-son
dev-master
2017-04-10 12:28 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
Requires (Dev)
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