Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 522 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 522 Bytes

data-manager

Configure Server

- Change .env to connect with your Database

Installation

- git clone 
- composer install
- curl install
- PHP >= 7.1

Run this project

- open a new terminal tab
    $ php bin/console server:run

Create & update of the BDD

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

If you need add fixtures

- run this command
    $ php bin/console doctrine:fixtures:load