allan22258 / stock-cake-son22258
Stock plugin for CakePHP
Package info
github.com/azevedoallan/StockCakeSon
Type:cakephp-plugin
pkg:composer/allan22258/stock-cake-son22258
dev-master
2019-11-05 03:23 UTC
Requires
- cakephp/cakephp: ^3.5
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
This package is auto-updated.
Last update: 2026-03-05 18:16:55 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require allan/stock-cake-son22258
Update your 'config/bootstrap.php'.
$this->addPlugin('Stock');
Run migrations
bin\cake migrations migrate --Plugin Stock