nligo / core-bundle
symfony complete package demo
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
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: 2025-04-30 23:37:55 UTC
README
this is symfony complate package,you can composer install it in www.packagist.org
you can composer install or clone the project. if you use composer , enter command
composer require nligo/core-bundle "dev-master"
Then register the bundle in AppKernel.php
new Cars\CoreBundle\CarsCoreBundle(),
add routing file in app/config/routing.yml
cars_core: resource: "@CarsCoreBundle/Resources/config/routing.yml" prefix: /
This bundle is my personal favorite project structure. I feel especially comfortable. So to recommend to you!Hope you enjoying your stay