-
Notifications
You must be signed in to change notification settings - Fork 53
Home
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.
Before you want to install the Gentelella template inside a Symfony framework see the live demo.
- 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
! BOWER REQUIRED
If you are not familiar with Bower manager visit the site http://bower.io
$ 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
From the root of Gentelella project run shell command
$ php ./vendor/bin/phpunit