elyanor / skeleton-bundle
此包已被 废弃 且不再维护。未建议替代包。
symfony 包的骨架。
dev-master
2018-11-21 16:28 UTC
Requires
- php: ^7.1
- symfony/dependency-injection: ^2.8 || ^3.0 || ^4.0 || ^4.1 || ^4.2
- symfony/framework-bundle: ^2.8 || ^3.0 || ^4.0 || ^4.1 || ^4.2
This package is auto-updated.
Last update: 2023-02-22 12:50:05 UTC
README
ElyanorSkeletonBundle 是为了作为一个 symfony 包的骨架而创建的。
安装
步骤 1: 下载包
composer require elyanor/skeleton-bundle
此命令需要您已全局安装 Composer,具体请参阅 Composer 文档。
步骤 2: 启用包
<?php // config/bundles.php return [ // ... Elyanor\Bundle\SkeletonBundle\ElyanorSkeletonBundle::class => ['all' => true], ];
步骤 3: 配置此包(仅为例子)
# Create config/elyanor_skeleton.yaml and copy past this: elyanor_skeleton: argument_1: '' argument_2: ''