Skip to content

Commit 65791c1

Browse files
committed
Fix Prettier/markdownlint conflict on laravel/index.md list markers
1 parent 0657f0d commit 65791c1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

laravel/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ API Platform is **the easiest way** to create **state-of-the-art** web APIs usin
66

77
With API Platform, you can:
88

9+
<!-- prettier-ignore -->
910
- [expose your Eloquent](#exposing-a-model) models in minutes as:
1011
- a REST API implementing the industry-leading standards, formats and best practices:
1112
[JSON-LD](https://en.wikipedia.org/wiki/JSON-LD)/[RDF](https://en.wikipedia.org/wiki/Resource_Description_Framework),
@@ -25,11 +26,11 @@ With API Platform, you can:
2526
([compatible with Sanctum, Passport, Socialite...](#authentication))
2627
- add [filtering logic](#adding-filters)
2728
- push changed data to the clients in real-time using Laravel Broadcast and
28-
[Mercure](https://mercure.rocks) (a popular WebSockets alternative, created by Kévin Dunglas, the
29-
original author of API Platform) and receive them using Laravel Echo-->
29+
[Mercure](https://mercure.rocks) (a popular WebSockets alternative, created by Kévin Dunglas,
30+
the original author of API Platform) and receive them using Laravel Echo-->
3031
- benefits from the API Platform JavaScript tools: [admin](../admin/index.md) and
31-
[create client](../create-client/index.md) (supports Next/React, Nuxt/Vue.js, Quasar, Vuetify and
32-
more!)
32+
[create client](../create-client/index.md) (supports Next/React, Nuxt/Vue.js, Quasar, Vuetify
33+
and more!)
3334
- benefits from native HTTP cache (with automatic invalidation)
3435
- boost your app with [Octane](https://laravel.com/docs/octane) and
3536
[FrankenPHP](https://frankenphp.dev) (the default Octane engine, also created by Kévin)
@@ -44,8 +45,8 @@ Let's discover how to use API Platform with Laravel!
4445
API Platform can be installed easily on new and existing Laravel projects. If you already have an
4546
existing project, skip directly to the next section.
4647

47-
API Platform 4.2 supports **Laravel 11 and Laravel 12** (`laravel/framework ^11.0 || ^12.0`).
48-
For Laravel 13 support, use API Platform 4.3.
48+
API Platform 4.2 supports **Laravel 11 and Laravel 12** (`laravel/framework ^11.0 || ^12.0`). For
49+
Laravel 13 support, use API Platform 4.3.
4950

5051
If you don't have an existing Laravel project, [create one](https://laravel.com/docs/installation).
5152
All Laravel installation methods are supported. For instance, you can use Composer:
@@ -191,6 +192,7 @@ corresponding API request in the UI. Try it yourself by browsing to
191192

192193
So, if you want to access the raw data, you have two alternatives:
193194

195+
<!-- prettier-ignore -->
194196
- Add the correct `Accept` header (or don't set any `Accept` header at all if you don't care about
195197
security) - preferred when writing API clients
196198
- Add the format you want as the extension of the resource - for debug purposes only
@@ -757,6 +759,7 @@ API Platform hooks into the native
757759

758760
It also natively supports:
759761

762+
<!-- prettier-ignore -->
760763
- [Laravel Sanctum](https://laravel.com/docs/sanctum), an authentication system for SPAs (single
761764
page applications), mobile applications, and simple, token-based APIs
762765
- [Laravel Passport](https://laravel.com/docs/passport), a full OAuth 2 server

0 commit comments

Comments
 (0)