Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions core/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down