Skip to content
Krzysztof Piasecki edited this page Aug 17, 2016 · 108 revisions

Gentelella

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

Template preview


Live demo

Live preview is installed on Heroku.


Requirements

  • PHP - Scripting language that is especially suited to web development
  • Composer - Dependency Manager for PHP
  • Bower - A package manager for the web

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 original template preview

  • Handling application errors with Gentelella error templates

  • Managing front-end assets with the Bower manager via bower.json file


Installing and running the application

To install and run the application locally execute the shell commands:

Composer

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

Git

$ git clone https://github.com/krzysiekpiasecki/Gentelella.git gentelella
$ cd gentelella
$ composer install
$ php bin/console server:run 127.0.0.1:8080 --env=prod

Testing the application

From the root of the application run the shell command:

$ php vendor/bin/phpunit

License

The MIT License - Copyright (c) 2016 Krzysztof Piasecki


Credits

Gentelella - Admin template developed and maintained by Colorlib and Aigars Silkalns

Clone this wiki locally