Skip to content
Krzysztof Piasecki edited this page May 30, 2017 · 108 revisions

Gentelella

A Symfony skeleton application with user account functionality based on the Twitter Bootstrap and Gentelella template.


Screenshot


Live demo

Gentelella on Heroku


Main features

functional

  • User account
  • Log in / Log out
  • Dashboard page
  • Profile page,
  • Error pages (403, 404, 500)

non-functional

  • Symfony 3.x full stack web framework
  • Application templates based on the Twitter Bootstrap and Gentelella template
  • bower.json file

Requirements

  • MySQL or related
  • PHP
  • Composer
  • Bower

Install and run the application

$ composer create-project krzysiekpiasecki/gentelella gentelella "dev-master"
$ cd gentelella
$ composer setup
$ composer test
$ php bin/console fos:user:create
$ php bin/console server:run 127.0.0.1:8080 --env=prod
Clone this wiki locally