You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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!
16
16
- automatically expose an [OpenAPI](https://www.openapis.org) specification (formerly Swagger),
17
17
dynamically generated from your Eloquent models and always up to date
18
18
- automatically expose nice UIs and playgrounds to develop using your API
@@ -24,11 +24,13 @@ With API Platform, you can:
24
24
- add authorization logic using [gates and policies](#authorization)
25
25
([compatible with Sanctum, Passport, Socialite...](#authentication))
26
26
- 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-->
28
30
- 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)
32
34
- boost your app with [Octane](https://laravel.com/docs/octane) and
33
35
[FrankenPHP](https://frankenphp.dev) (the default Octane engine, also created by Kévin)
34
36
-[decouple your API from your models](../core/state-providers.md) and implement patterns such as
0 commit comments