-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Krzysztof Piasecki edited this page Jun 4, 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.
Before you want to install the Gentelella template with the Symfony web application 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 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
Composer.json include binary exec:
vendor/bin/phing install
The proper path for Win machines is "php vendor\\bin\\phing install"
.
From the root of Gentelella project run shell command
$ php ./vendor/bin/phpunit