2017 © Pedro Peláez
 

cakephp-plugin plugin-stock-cakephp3x

Stock plugin for CakePHP

image

thurdelima/plugin-stock-cakephp3x

Stock plugin for CakePHP

  • Thursday, July 5, 2018
  • by thurdelima
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Stock plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer., (*1)

The recommended way to install composer packages is:, (*2)

composer require thurdelima/plugin-stock-cakephp3x

Update your config/bootstrap.php., (*3)

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

Run migrations, (*4)

bin/cake migrations migrate --plugin Stock
bin/cake migrations migrate --plugin Stock

The Versions

05/07 2018

dev-master

9999999-dev

Stock plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires