Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 800 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 800 Bytes

Api-platform 3 Boilerplate

Build project

make start

Start project

make up

Go to project

https://localhost/

Mailer

http://localhost:8025/

Create databases

php bin/console doctrine:database:create

php bin/console doctrine:database:create -e test

Updates schema

php bin/console doctrine:shema:update --force

php bin/console doctrine:shema:update --force -e test

Create fixtures

php bin/console make:factory

Load fixtures

php bin/console doctrine:fixtures:load

Run tests

php vendor/bin/codecept run api