Skip to content
Krzysztof Piasecki edited this page May 24, 2016 · 108 revisions

#Gentelella

Gentelella is a free to use Bootstrap admin template developed and maintained by Colorlib and Aigars Silkalns integrated into Symfony full stack framework.

Live demo

Before you want to install the Gentelella template inside a Symfony framework see the live demo.

Inside the application

  • Symfony 3.x full stack framework
  • Generic Symfony application layout based on Gentelella template for quick start
  • Preview of full original Gentelella template
  • Switching between the application and the template
  • Handling application errors with Gentelella error templates
  • Managing front-end assets with the Bower manager via bower.json file

Installing and running the Gentelella

! BOWER REQUIRED

    If you are not familiar with Bower manager visit the site http://bower.io

Installing with the Composer

    $ composer create-project krzysiekpiasecki/gentelella gentelella
    $ cd gentelella
    $ php bin/console server:run 127.0.0.1:8080 --env=prod

Type the URL in your web browser

    http://127.0.0.1:8080

Running tests

From the root of Gentelella project run shell command

    $ php ./vendor/bin/phpunit
Clone this wiki locally