beholderhive / stock-cake-son
Stock plugin for CakePHP
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: ^3.5
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
This package is auto-updated.
Last update: 2024-10-29 05:40:24 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require beholderhive/stock-cake-son
Update your 'config/bootstrap.php'.
Plugin::load('Stock', ['bootstrap' => false, 'routes' => true]);
Run migrations
bin/cake migrations migrate --plugin Stock