thurdelima/plugin-stock-cakephp3x

该包的最新版本(dev-master)没有可用的许可证信息。

CakePHP 的库存插件

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

This package is not auto-updated.

Last update: 2024-09-20 22:33:12 UTC


README

安装

您可以使用 composer 将此插件安装到您的 CakePHP 应用程序中。

安装 composer 包的推荐方法是

composer require thurdelima/plugin-stock-cakephp3x

更新您的 config/bootstrap.php。

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

运行迁移

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