Kuroko's Universe

Team 05 composition - Alliance Bronies

Config Requirements

Install

1. Get the repository and install the dependencies and devDependencies

  $ git clone https://github.com/LaurenceRouge/symfony-T2-H3
  $ cd symfony-T2-H3
  $ composer install

2. Create and update database

  $ php bin/console doctrine:database:create
  $ php bin/console doctrine:schema:update --force

Install zip in /web/uploads directory. Now update database data by importing .sql file in phpMyAdmin.

3. Run server

  $ php bin/console server:start localhost:8081

You can connect to the back-office by login with name : username and password : username

That's all !

Back Office : Create a new admin

You can create a new admin by using :

  $ php bin/console fos:user:create username --super-admin

Enter Back Office with route : /login

News : /admin/news Scans : /admin/scans Episodes : /admin/episode

Commit Nomenclature

type[scope]: description

  • type = Type of the changes ("initialize", "add", “fix”, “style”, “feature”, “test” etc.)
  • scope = Where the changes are (“header”, “home”, “articles”, "global" etc.)
  • description = Please add a concise and clear description