Setup new API platform project
31 May 2022 (Updated 1 June 2022)
Create project
You have two options for creating a new API platform project.
1. Use the official distribution
Download the latest .tar.gz release from Github.
Download and build the latest versions of the Docker images:
Make sure no processes are using ports 80
, 443
, and 5432
, and then start Docker Compose in detached mode:
See this post on how to kill processes using those ports.
2. Install in a Symfony application
Create Symfony project
Install API Platform recipe
Install the API Platform Symfony Flex recipe:
This will create a bunch of files and directories:
Create database
Set a default DATABASE_URL
in .env
. For example:
Developers can set a custom DATABASE_URL
by creating a .env.local
file and setting a custom value.
Next, create the database
Start server
View API docs
You can browse to /api
to browse your API.
Install maker bundle
Create your first resource
See this post.
Sources
Tagged:
API Platform
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment