Skip to content
Krzysztof Piasecki edited this page Jan 5, 2018 · 108 revisions

Gentelella

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


Screenshot


Live demo

Gentelella has been installed on Heroku cloud

Application has been deployed with credentials: admin password


Main features

functional

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

non-functional

  • Symfony 3.4.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 --super-admin
$ php bin/console server:run

See the INSTALL.md file

Clone this wiki locally