Skip to content

boilerplate includes symfony with api-platform, fixtures, factory and codeception for functional testing

License

Notifications You must be signed in to change notification settings

aratinau/api-platform3-boilerplate

Repository files navigation

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

About

boilerplate includes symfony with api-platform, fixtures, factory and codeception for functional testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published