Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

blazarecki/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