File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -736,12 +736,11 @@ curl http://localhost:8000/books/1
736736
737737This bootstrap provides a minimal JSON-LD/Hydra API. To add more features, you can:
738738
739- - ** Deserialization** : add ` DeserializeProvider ` and ` DeserializeListener ` for POST/PUT/PATCH
740- support
741- - ** Validation** : add ` ValidateProvider ` and ` ValidateListener ` with ` symfony/validator `
742- - ** HAL/JSON: API ** : register the corresponding normalizers with additional ` api-platform/hal ` or
743- ` api-platform/jsonapi ` packages
744- - ** OpenAPI** : add ` OpenApiFactory ` and ` OpenApiNormalizer ` for automatic API documentation
739+ <!-- prettier-ignore -->
740+ - ** Deserialization** : add ` DeserializeProvider ` and ` DeserializeListener ` for POST/PUT/PATCH
741+ - ** Validation** : add ` ValidateProvider ` and ` ValidateListener ` with ` symfony/validator `
742+ - ** HAL/JSON: API ** : register the corresponding normalizers with ` api-platform/hal ` or ` api-platform/jsonapi `
743+ - ** OpenAPI** : add ` OpenApiFactory ` and ` OpenApiNormalizer ` for API documentation
745744
746745Refer to the
747746[ ApiPlatformProvider] ( https://github.com/api-platform/core/blob/main/src/Laravel/ApiPlatformProvider.php )
You can’t perform that action at this time.
0 commit comments