Skip to content

Commit d0a2717

Browse files
committed
max-length prettier
1 parent a6375a4 commit d0a2717

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

laravel/index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ API Platform is **the easiest way** to create **state-of-the-art** web APIs usin
77
With API Platform, you can:
88

99
- [expose your Eloquent](#exposing-a-model) models in minutes as:
10-
- a REST API implementing the industry-leading standards, formats and best practices:
11-
[JSON-LD](https://en.wikipedia.org/wiki/JSON-LD)/[RDF](https://en.wikipedia.org/wiki/Resource_Description_Framework),
12-
[JSON:API](https://jsonapi.org), [HAL](https://stateless.group/hal_specification.html), and
13-
many RFCs...
14-
- a [GraphQL](#enabling-graphql) API
15-
- or both at the same time, with the same code!
10+
- a REST API implementing the industry-leading standards, formats and best practices:
11+
[JSON-LD](https://en.wikipedia.org/wiki/JSON-LD)/[RDF](https://en.wikipedia.org/wiki/Resource_Description_Framework),
12+
[JSON:API](https://jsonapi.org), [HAL](https://stateless.group/hal_specification.html), and many
13+
RFCs...
14+
- a [GraphQL](#enabling-graphql) API
15+
- or both at the same time, with the same code!
1616
- automatically expose an [OpenAPI](https://www.openapis.org) specification (formerly Swagger),
1717
dynamically generated from your Eloquent models and always up to date
1818
- automatically expose nice UIs and playgrounds to develop using your API
@@ -24,11 +24,13 @@ With API Platform, you can:
2424
- add authorization logic using [gates and policies](#authorization)
2525
([compatible with Sanctum, Passport, Socialite...](#authentication))
2626
- add [filtering logic](#adding-filters)
27-
<!--* push changed data to the clients in real-time using Laravel Broadcast and [Mercure](https://mercure.rocks) (a popular WebSockets alternative, created by Kévin Dunglas, the original author of API Platform) and receive them using Laravel Echo-->
27+
- 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-->
2830
- benefits from the API Platform JavaScript tools: [admin](../admin/index.md) and
29-
[create client](../create-client/index.md) (supports Next/React, Nuxt/Vue.js, Quasar, Vuetify and
30-
more!)
31-
<!-- * benefits from native HTTP cache (with automatic invalidation) -->
31+
[create client](../create-client/index.md) (supports Next/React, Nuxt/Vue.js, Quasar, Vuetify and
32+
more!)
33+
- benefits from native HTTP cache (with automatic invalidation)
3234
- boost your app with [Octane](https://laravel.com/docs/octane) and
3335
[FrankenPHP](https://frankenphp.dev) (the default Octane engine, also created by Kévin)
3436
- [decouple your API from your models](../core/state-providers.md) and implement patterns such as

0 commit comments

Comments
 (0)