xorgxx/neox-make-bundle
最新稳定版本:0.1.0
Composer 安装命令:
composer require xorgxx/neox-make-bundle
包简介
Neox make bundle for Symfony
README 文档
README
This bundle provides additional tool command line in your application. Its main goal is to make it simple for you to manage integration with additional tools!
Installation Release !!
Install the bundle for Composer
composer require xorgxx/neox-make-bundle
or
composer require xorgxx/neox-make-bundle:0.*
Make sure that is register the bundle in your AppKernel:
Bundles.php
<?php
return [
.....
NeoxMake\NeoxMakeBundle\NeoxMakeBundle::class => ['all' => true],
.....
];
NOTE: You may need to use [ symfony composer dump-autoload ] to reload autoloading
..... Done 🎈
Tools !
- Table-crud Tuto
- Sortable-entity Tuto
- ReusableBundle generator Command
- Configuration GitHub
- Configuration Packagist
- Tutorial Official
Contributing
If you want to contribute (thank you!) to this bundle, here are some guidelines:
- Please respect the Symfony guidelines
- Test everything! Please add tests cases to the tests/ directory when:
- You fix a bug that wasn't covered before
- You add a new feature
- You see code that works but isn't covered by any tests (there is a special place in heaven for you)
Todo
- Packagist
Thanks
统计信息
- 总下载量: 94
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-10-11