Skip to content

zimzim62000/tp9

Repository files navigation

LP DIOC - TP9

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