thurdelima/plugin-stock-cakephp3x

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

Stock plugin for CakePHP

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/thurdelima/plugin-stock-cakephp3x

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

This package is not auto-updated.

Last update: 2025-12-27 04:50:18 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