Files
archived-recipes/api-platform/symfony/4.0/post-install.txt
Kévin Dunglas f8a696dd76 [api-platform/core] Support for v3.4 and v4 (#1339)
* [api-platform/core] Support for v4

* fix

* fix graphql

* fix graphql
2024-09-27 15:02:04 +02:00

11 lines
456 B
Plaintext

* Your API is almost ready:
1. Create your first API resource in <info>src/ApiResource</info>;
2. Go to <info>/api</info> to browse your API
* Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info>
* To enable the GraphQL support, run <comment>composer require api-platform/graphql</>,
then browse <info>/api/graphql</info>.
* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>