thurdelima/plugin-stock-cakephp3x

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

Stock plugin for CakePHP

dev-master 2018-07-05 07:21 UTC

This package is not auto-updated.

Last update: 2024-05-03 20:37:35 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