futurando-oficial / cakephp-banners
CakePHP 的横幅插件
v0.0.6
2018-10-15 12:48 UTC
Requires
- cakephp/cakephp: ^3.5
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
- dev-develop
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-master
- dev-release/v0.0.6
- dev-feature/add_new_fields
- dev-feature/api_login
- dev-release/v0.0.5
- dev-feature/drag-&-drop-sort
- dev-release/v0.0.4
- dev-feature/upload
- dev-release/v0.0.2
- dev-feature/changes_Api
- dev-release/v0.0.1
- dev-feature/plugin_start
This package is not auto-updated.
Last update: 2024-09-29 05:27:58 UTC
README
安装
您可以使用 composer 将此插件安装到您的 CakePHP 应用程序中。
安装 composer 包的推荐方法是
将插件安装到 Vendors 文件夹中
composer require futurando-oficial/cakephp-banners
将插件加载到 cakephp 中
bin/cake plugin load Banners
在数据库中创建表
bin/cake migrations migrate -p Banners
在数据库中插入种子
bin/cake migrations seed -p Banners