welldanger/estoquecaketeste

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

Estoque plugin for CakePHP

dev-master 2017-04-14 12:12 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:12: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 welldanger/estoquecaketeste

update seu arquivo booststrap php


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

Run Migration

bin/cake  migrations migrate --plugin Estoque