nligo / core-bundle
symfony 完整包演示
dev-master / 2.5.x-dev
2018-07-12 02:57 UTC
Requires
- php: >=5.3.3
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- symfony/expression-language: ~2.4|~3.0
This package is not auto-updated.
Last update: 2024-09-18 20:33:34 UTC
README
这是一个 symfony 完整包,你可以在 www.packagist.org 上使用 composer 安装它
你可以使用 composer 安装或克隆项目。如果你使用 composer,请输入以下命令
composer require nligo/core-bundle "dev-master"
然后在 AppKernel.php 中注册包
new Cars\CoreBundle\CarsCoreBundle(),
在 app/config/routing.yml 中添加路由文件
cars_core: resource: "@CarsCoreBundle/Resources/config/routing.yml" prefix: /
这个包是我个人最喜欢的项目结构。我感到特别舒适。因此推荐给你!希望你会喜欢这里