2017 © Pedro Peláez
 

symfony-bundle julius-boilerplate-bundle

Boilerplate (starter) bundle for Symfony2

image

jiabin/julius-boilerplate-bundle

Boilerplate (starter) bundle for Symfony2

  • Wednesday, May 29, 2013
  • by eymengunay
  • Repository
  • 3 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

JuliusBoilerplateBundle

knpbundles.com, (*1)

Boilerplate (starter) bundle for Symfony2, (*2)

Enabling the bundle

Add following line in your AppKernel.php file to enable the bundle, (*3)

// app/AppKernel.php
...
new Julius\BoilerplateBundle\JuliusBoilerplateBundle(),

Declaring your routes

To declare your custom routes you can use routing.yml file situated in ./Resources/config. Be sure to include this file in your main routing configuration., (*4)

Example routing configuration

Your main configuration:, (*5)

# app/config/routing.yml
JuliusBoilerplateBundle:
    resource: "@JuliusBoilerplateBundle/Resources/config/routing.yml"

Bundle routing configuration:, (*6)

# Julius/BoilerplateBundle/Resources/config/routing.yml
JuliusBoilerplateBundle:
    resource: "@JuliusBoilerplateBundle/Resources/config/routing.yml"

Asset management

If you need public access to your assets (images/stylesheets/javascripts etc.) place them under ./Resources/public directory. The contents of this folder will be put inside symfony-base-path/web/bundles/juliusboilerplate after executing php app/console assets:install command., (*7)

The Versions

29/05 2013

dev-master

9999999-dev

Boilerplate (starter) bundle for Symfony2

  Sources   Download

MIT

The Requires

 

boilerplate symfony2 bundle