Skip to content

Commit

Permalink
update post install
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 12, 2023
1 parent 7b3a729 commit 55d798c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 4 additions & 2 deletions api-platform/core/2.1/post-install.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
* Your API is almost ready:
1. Create your first API resource in <info>src/Entity</info>;
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 webonyx/graphql-php</>,
then browse <info>/api/graphql</info>.

* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>
* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>
6 changes: 4 additions & 2 deletions api-platform/core/2.5/post-install.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
* Your API is almost ready:
1. Create your first API resource in <info>src/Entity</info>;
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 webonyx/graphql-php</>,
then browse <info>/api/graphql</info>.

* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>
* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>
4 changes: 3 additions & 1 deletion api-platform/core/3.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
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 webonyx/graphql-php</>,
then browse <info>/api/graphql</info>.

* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>
* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>
4 changes: 3 additions & 1 deletion api-platform/core/3.1/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
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 webonyx/graphql-php</>,
then browse <info>/api/graphql</info>.

* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>
* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>

0 comments on commit 55d798c

Please sign in to comment.