2017 © Pedro Peláez
 

symfony-bundle core-bundle

symfony complete package demo

image

nligo/core-bundle

symfony complete package demo

  • Thursday, July 12, 2018
  • by nligo
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CoreBundle

this is symfony complate package,you can composer install it in www.packagist.org, (*1)

you can composer install or clone the project. if you use composer , enter command, (*2)

composer require nligo/core-bundle "dev-master", (*3)

Then register the bundle in AppKernel.php, (*4)

new Cars\CoreBundle\CarsCoreBundle(),, (*5)

add routing file in app/config/routing.yml, (*6)

cars_core: resource: "@CarsCoreBundle/Resources/config/routing.yml" prefix: /, (*7)

This bundle is my personal favorite project structure. I feel especially comfortable. So to recommend to you!Hope you enjoying your stay, (*8)

The Versions

12/07 2018

dev-master

9999999-dev http://github.com/nligo/CoreBundle

symfony complete package demo

  Sources   Download

MIT

The Requires

 

The Development Requires

user bundle symfony3 manager