Many missing or unclear steps in the "Getting Started With API Platform with Symfony" page
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 45/100
- Tipo de issue
- Documentación
- Claridad
- Bastante claro
- Estado de actividad
- Tranquilo
- Stack tecnológico
- docker, next.js, php, postgresql, symfony
- Área
- devops, documentation
Línea de trabajo
Empieza por la página «Getting Started with API Platform with Symfony» y compara cada comando con el compose.yaml generado y la salida del instalador que se describen aquí. Comprueba los pasos de pnpm, Doctrine, la reconstrucción de la base de datos, el profiler y el generador de Next.js, y después verifica el recorrido con un proyecto nuevo. Se considera terminado cuando la página indica los prerrequisitos y proporciona un flujo documentado que funciona, o enlaza claramente al issue correspondiente para los fallos que quedan fuera de su alcance.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
I've tried to setup a completely new project with the api-platform installer by following the documentation for symfony Getting Started with Api Platform with Symfony but I hit a few snags.
Installing the Framework
Scaffolding the Project
Executing the following command failed because I didn't have pnpm installed.
api-platform bookshop-api --framework=symfony --with-docker --with-pwa --with-admin
There is no mention until this point that pnpm is required for the pwa. Since the documentation for the Next.js Generator mentions npm, pnpm and yarn as possible package managers I would expect that creating the project would work with just npm or yarn installed.
After installing pnpm and running the command again, the installation succeeded.
I then ran the following command to start the containers.
cd bookshop-api/api
docker compose up --wait
The documentation states that two services will be spun up - php and database - but only the php service was started. It is mentioned, that the installer requires the Doctrine ORM bridge via api-platform/doctrine-orm - which is installed automatically - but that doesn't install the actual dependencies to use Doctrine or interact with the database.
Looking at the compose.yaml I can only see the php container and no database. But hidden in the compose.yaml is this comment
services:
php:
restart: unless-stopped
environment:
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
....
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
DATABASE_URL: postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-15}&charset=${POSTGRES_CHARSET:-utf8}
so I've executed docker compose exec php composer require symfony/orm-pack to install the Doctrine ORM.
Installing this dependency modifies some files in the project. For example the Dockerfile to add the pdo_pgsql extension for php.
It adds the database service to the compose.yaml and adds a DATABASE_URL environment variable to the .env file.
These changes require the container to be rebuilt as it isn't just installing php dependencies but directly modifying the Dockerfile.
In my first attempt there was another issue after installing the orm-pack. Somehow the php container could not talk to the database container. I assume this was some networking problem and might be related to the DATABASE_URL inserted into the .env file.
It's Ready
I opened https://localhost and could access the swagger documentation. Trying out the GET /greetings route fails with a 404 error (which I have reported here: https://github.com/api-platform/api-platform/issues/3003)
Bringing your Own Model
After creating the two new classes with the #[ApiResource] attribute, the documentation mentions the Web Debug Toolbar. This toolbar is not automatically installed. You need to install it with docker compose exec php composer require symfony/profiler-pack
A Next.js Web App
I switched to the pwa directory and executed pnpm create @api-platform/client. It asked for some inputs but then just printed the help page of the client generator. No actual frontend was generated.
Looking at the documentation of the client generator I should run one of these two commands
docker compose exec pwa \
pnpm create @api-platform/client --resource book -g next
OR
pnpm create @api-platform/client https://demo.api-platform.com . --generator next --resource book
There is no pwa container configured through the Api Platform installer so I tried to run the second command (with https://localhost as url)
but that fails because of an invalid certificate ...
At this point I am pretty disappointed with the "onboarding" experience of api-platform and the installer.
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 181
- Forks
- 1.1k
- Merge medio
- 1 d 10 h
- PR fusionados (30 d)
- 24
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de api-platform/docs
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 85/100
api-platform/docs#2284 ·
-
Graphql documentation Abierto
Dificultad 4/5 3-5 días Aptitud para principiantes 45/100
api-platform/docs#2310 ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 35/100
api-platform/docs#2280 · 2 comentarios ·
-
Needs Work
Dificultad 4/5 3-5 días Aptitud para principiantes 35/100
api-platform/docs#2133 · 9 comentarios · 1 reacción ·
-
good first issue
Dificultad 1/5 Menos de una hora Aptitud para principiantes 58/100
api-platform/docs#1450 · 2 comentarios ·
Todos los issues de api-platform/docs
Issues similares
-
core dependencies
Dificultad 1/5 Menos de una hora Aptitud para principiantes 80/100
-
bug github_actions
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
registrystack/registry-stack#1393 ·
-
module: core
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
bigbluebutton/bigbluebutton#25849 ·
-
bug engine
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
rocky-data/rocky#2181 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100