tallmancode/devalicious
最新稳定版本:v1.0.1
Composer 安装命令:
composer require tallmancode/devalicious
包简介
A collection of handy developer tools for Symfony projects.
README 文档
README
Table of Contents
- Installation
- Make Bundle Command
- How To Make A Bundle
Installation
composer require tallmancode/devalicious --dev
Make Bundle Command
This bundle provides a handy command under the make: namespace. Intended to speed up getting started with developing a symfony bundle, the command with create a boilerpalt template for your bundles and get you making cool stuff faster.
Usage
To make a bundle simply run.
php bin/console make:bundle
or
php bin/console make:bundle <vendor_name> <bundle_name>
To bypass the vendor and bundle name questions.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-21