From 57284a54cb446bc27dcdbb52f76e97767e0b731c Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 25 Jan 2024 10:54:48 +0100 Subject: [PATCH] solved conflict --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdc77ff..d12206a 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,17 @@ - https://api-platform.com/docs/distribution/ - https://api-platform.com/docs/core/extending/ -ddev exec bin/console api:openapi:export --yaml >> openapi.yaml --> export OpenApi spec + ddev exec bin/console api:openapi:export --yaml >> openapi.yaml + -> export OpenApi spec # Lexik JWT - https://symfony.com/bundles/LexikJWTAuthenticationBundle/current/index.html - Nur bei NEU Installation: - php bin/console lexik:jwt:generate-keypair + + - Open Api export: + ddev exec bin/console api:openapi:export --yaml >> openapi.yaml + - File Uploading: + https://api-platform.com/docs/core/file-upload/ + https://github.com/dustin10/VichUploaderBundle/blob/master/docs/index.md +>>>>>>> Stashed changes