Skip to content

valentin-papin/lp-dioc-tp4

 
 

Repository files navigation

LP DIOC - TP4

Install

$ composer install

Please update the .env file as your needs. Expecially the DATABASE_URL env var.

Create the database

$ bin/console doctrine:database:create

Create the schema

$ bin/console doctrine:schema:create

Load fixtures

$ bin/console doctrine:fixtures:load

Start the web server

$ bin/console server:start

Information

login password role
[email protected] user ROLE_USER
[email protected] admin ROLE_ADMIN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.1%
  • HTML 13.9%