-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Krzysztof Piasecki edited this page Jan 5, 2018
·
108 revisions
A Symfony skeleton application with user account functionality based on the Twitter Bootstrap and Gentelella template.
Gentelella has been installed on Heroku cloud
Application has been deployed with credentials: admin
password
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
- MySQL or related
- PHP
- Composer
- Bower
$ 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