Skip to content

Commit

Permalink
API Platform: add a post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 28, 2018
1 parent 34fc421 commit 34b0d6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api-platform/core/2.1/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>

* Your API is almost ready:
1. Create your first API resource in <info>src/Entity</info>;
2. Go to <info>/api</info> to browse your API

* 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</>

0 comments on commit 34b0d6e

Please sign in to comment.