2017 © Pedro Peláez
 

symfony-bundle template-manager-bundle

Symfony Template Manager Bundle

image

killoblanco/template-manager-bundle

Symfony Template Manager Bundle

  • Friday, January 20, 2017
  • by killoblanco
  • Repository
  • 1 Watchers
  • 0 Stars
  • 581 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Symfony Template Manager Bundle

Instalation

To install it just add the followin line into your AppKernel file and run composer update, (*1)

# app/AppKernel.php

...
new killoblanco\TemplateManagerBundle\TemplateManagerBundle(),
...    

Once the AppKernel file is edited we need to get able the bundle's routes, so adding this on your routing.yml file you can do it., (*2)

...
template_manager:
    resource: "@TemplateManagerBundle/controller/"
    type:     annotation
    prefix: /
...

An important thing is that we use the symfony's serializer component. If you have it already enabled in your config file you can pass by. Otherwise to enable it you can uncommet the line in your own config file., (*3)

# app/config/config.yml
framework:
    # ...
    serializer: { enable_annotations: true }

Finally you only need to update your database by running the Symfony database update command, (*4)

php app/console doctrine:schema:update --force

Usage

Controlls

The controls are defined and guied followin the HTML 5 standars and so including basic bootstrap implementation., (*5)

The Versions

20/01 2017

dev-master

9999999-dev

Symfony Template Manager Bundle

  Sources   Download

MIT

by Kamilo Vasquez

template bundle manager template manager

30/11 2016

dev-develop

dev-develop

Symfony Template Manager Bundle

  Sources   Download

MIT

by Kamilo Vasquez

template bundle manager template manager

24/11 2016

v1.0.0.x-dev

1.0.0.9999999-dev

Symfony Template Manager Bundle

  Sources   Download

MIT

by Kamilo Vasquez

template bundle manager template manager