Skip to content

devlab-devinci/data-manager

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published