felipepanegalli/plugin-estoque-cakephp3

Stock plugin for CakePHP

dev-master 2017-12-27 11:00 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:11:17 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require felipepanegalli/plugin-estoque-cakephp3

Update your 'config/bootstrap.php'

Plugin::load('Stock', ['bootstrap' => false, 'routes' => true]);

Run migrations

cake migrations migrate --plugin Stock