diff --git a/README.md b/README.md index 1e652da..618f9ec 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,18 @@ -# Symfony Docker +# api-platform bugs -A [Docker](https://www.docker.com/)-based installer and runtime for the [Symfony](https://symfony.com) web framework, with full [HTTP/2](https://symfony.com/doc/current/weblink.html), HTTP/3 and HTTPS support. +1. Run `docker-compose up` +2. Run `doctrine:fixtures:load` +3. See results -![CI](https://github.com/dunglas/symfony-docker/workflows/CI/badge.svg) +## Bugs +1. https://github.com/api-platform/core/issues/4723 -## Getting Started +Try to get ResetTokenRequest resource's -1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) -2. Run `docker-compose build --pull --no-cache` to build fresh images -3. Run `docker-compose up` (the logs will be displayed in the current shell) -4. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334) -5. Run `docker-compose down --remove-orphans` to stop the Docker containers. +https://localhost/api -## Features +2. https://github.com/api-platform/core/issues/4727 -* Production, development and CI ready -* Automatic HTTPS (in dev and in prod!) -* HTTP/2, HTTP/3 and [Preload](https://symfony.com/doc/current/web_link.html) support -* Built-in [Mercure](https://symfony.com/doc/current/mercure.html) hub -* [Vulcain](https://vulcain.rocks) support -* Just 2 services (PHP FPM and Caddy server) -* Super-readable configuration +See the difference between UpdateDomain (updateDomainInput) and Update2Domain (update2DomainInput) mutations -**Enjoy!** - -## Docs - -1. [Build options](docs/build.md) -2. [Using Symfony Docker with an existing project](docs/existing-project.md) -3. [Support for extra services](docs/extra-services.md) -4. [Deploying in production](docs/production.md) -5. [Installing Xdebug](docs/xdebug.md) -6. [Using a Makefile](docs/makefile.md) -7. [Troubleshooting](docs/troubleshooting.md) - -## Credits - -Created by [Kévin Dunglas](https://dunglas.fr), co-maintained by [Maxime Helias](https://twitter.com/maxhelias) and sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop). +https://localhost/api/graphql/graphql_playground