-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Gentelella is a free to use Bootstrap admin template developed and maintained by Colorlib and Aigars Silkalns integrated into Symfony web application framework.
Live preview is installed on Heroku.
- PHP - Scripting language that is especially suited to web development
- Composer - Dependency Manager for PHP
- Bower - A package manager for the web
-
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
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
From the root of the application run the shell command:
$ php vendor/bin/phpunit
The MIT License - Copyright (c) 2016 Krzysztof Piasecki
Gentelella - Admin template developed and maintained by Colorlib and Aigars Silkalns