ishanvyas22/cakephp-plugin-skeleton
Composer 安装命令:
composer require ishanvyas22/cakephp-plugin-skeleton
包简介
A skeleton repository to quickly start a new CakePHP plugin
README 文档
README
CakePHP plugin skeleton to quickly start with your next plugin idea.
Requires CakePHP 4.1.0+ and PHP 7.2.0+
Create your plugin using Composer:
composer create-project ishanvyas22/cakephp-plugin-skeleton --prefer-source my-awesome-plugin
Check coding standard with CakePHP Code Sniffer:
composer cs-check
Auto format code with CakePHP Code Sniffer:
composer cs-fix
Fix & Check coding standard together using single command:
composer check
Run static analysis using PHPStan:
composer analyze
Run unit tests using PHPUnit
composer test
👷 All set, start building your plugin.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-15