thurdelima / plugin-stock-cakephp3x
There is no license information available for the latest version (dev-master) of this package.
Stock plugin for CakePHP
Package info
github.com/thurdelima/PluginStockCakePHP3X
Type:cakephp-plugin
pkg:composer/thurdelima/plugin-stock-cakephp3x
dev-master
2018-07-05 07:21 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-04-04 06:06:59 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require thurdelima/plugin-stock-cakephp3x
Update your config/bootstrap.php.
Plugin::load('Stock', ['bootstrap' => false, 'routes' => true]);
Run migrations
bin/cake migrations migrate --plugin Stock
bin/cake migrations migrate --plugin Stock