Download the PHP package bocharsky-bw/skeleton-bundle without Composer
On this page you can find all versions of the php package bocharsky-bw/skeleton-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bocharsky-bw/skeleton-bundle
More information about bocharsky-bw/skeleton-bundle
Files in bocharsky-bw/skeleton-bundle
Package skeleton-bundle
Short Description The HTML markup skeleton of base templates for Symfony Framework
License MIT
Homepage https://github.com/bocharsky-bw/SkeletonBundle
Informations about the package skeleton-bundle
SkeletonBundle
The HTML markup skeleton of base templates for Symfony Framework
This bundle no more maintained
The development has moved to a new repository.
Install
Install bundle with Composer
dependency manager first by running the command:
$ composer require "bocharsky-bw/skeleton-bundle:dev-master"
Composer
will install the bundle to your project's vendor
directory.
Include
Including the bundle to your Symfony
project is as easy as to do a few simple steps.
1) Enable the bundle in application kernel for prod
environment:
2) Add few parameters used in the skeleton templates
(You should to add this parameters in both parameters.yml
and parameters.yml.dist
files in app/config
folder):
3) Import config resource to passed parameters to the skeleton templates as global twig variables:
4) Register the bundle's routes for dev
environment (optional, if you want to see examples):
Congratulations!
You're ready to rock your templates to extends skeleton templates!