mcg-web / graphql-symfony-doctrine-sandbox
Installs: 143
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 3
Forks: 5
Open Issues: 6
Type:project
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- overblog/graphql-bundle: ^0.9.0
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^2.8
- symfony/symfony: 3.4.*
- twig/twig: ^1.30
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^2.3
- liip/functional-test-bundle: ^1.5
- phpunit/phpunit: ^4.1|^5.1
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.4
This package is auto-updated.
Last update: 2024-10-11 01:48:48 UTC
README
Installation
composer create-project mcg-web/graphql-symfony-doctrine-sandbox --stability dev
Usage
Using docker compose
docker-compose up -d
Create database and load fixtures
docker exec -it graphqlsymfonydoctrinesandbox_web_1 bash
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load
Endpoints
- GraphiQL : http://127.0.0.1/graphiql
- GraphQL : http://127.0.0.1/