gustavob/cakephp-avancado

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

Stock plugin for CakePHP

dev-master 2020-02-28 19:03 UTC

This package is not auto-updated.

Last update: 2025-07-27 20:10:30 UTC


README

Installation

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

The recommended way to install composer packages is:

composer require gustavob/cakephp-avancado

Update your config/bootstrap.php.

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

Run migrations

bin/cake migrations migrate --plugin Stock