From db90710374ab5e9d91298c31c0dd224b644c1d0e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:33:54 +0000 Subject: [PATCH 1/3] Initial plan From 40e0d5429d2012b1090651e4e5581110d9027923 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:37:52 +0000 Subject: [PATCH 2/3] fix: apply prettier formatting to bootstrap.md Co-authored-by: vinceAmstoutz <46444652+vinceAmstoutz@users.noreply.github.com> --- core/bootstrap.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/bootstrap.md b/core/bootstrap.md index 9ff7f2d5875..89331af4a95 100644 --- a/core/bootstrap.md +++ b/core/bootstrap.md @@ -3,8 +3,7 @@ You may want to run a minimal version of API Platform. This one file runs API Platform (without GraphQL, Eloquent, Doctrine MongoDB...). It requires the following Composer packages: -> [!NOTE] -> This documentation is a work in progress we're working on improving it, in the mean time +> [!NOTE] This documentation is a work in progress we're working on improving it, in the mean time > we declare most of the services manually in the > [ApiPlatformProvider](https://github.com/api-platform/core/blob/64768a6a5b480e1b8e33c639fb28b27883c69b79/src/Laravel/ApiPlatformProvider.php) > it can be source of inspiration. From 6e4e398f6db513aa36049ac9136537e1cec5f3f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:52:26 +0000 Subject: [PATCH 3/3] fix: use correct GitHub alert syntax with empty line separator Co-authored-by: vinceAmstoutz <46444652+vinceAmstoutz@users.noreply.github.com> --- core/bootstrap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/bootstrap.md b/core/bootstrap.md index 89331af4a95..5e65f9cbe7a 100644 --- a/core/bootstrap.md +++ b/core/bootstrap.md @@ -3,8 +3,10 @@ You may want to run a minimal version of API Platform. This one file runs API Platform (without GraphQL, Eloquent, Doctrine MongoDB...). It requires the following Composer packages: -> [!NOTE] This documentation is a work in progress we're working on improving it, in the mean time -> we declare most of the services manually in the +> [!NOTE] +> +> This documentation is a work in progress we're working on improving it, in the mean time we +> declare most of the services manually in the > [ApiPlatformProvider](https://github.com/api-platform/core/blob/64768a6a5b480e1b8e33c639fb28b27883c69b79/src/Laravel/ApiPlatformProvider.php) > it can be source of inspiration.