From be2cbcbf0413a1db9e86dd8d499fb170c0467321 Mon Sep 17 00:00:00 2001 From: Basil Langevin <109987292+BasilLangevin@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:10:05 -0800 Subject: [PATCH] Add "laravel-data-json-schemas" to third party packages This package transforms data classes into JSON Schemas with built-in validation. --- docs/third-party-packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 425fc9477..7efa4dc45 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -7,5 +7,6 @@ Some community members created packages that extend the functionality of Laravel - [laravel-typescript-transformer](https://github.com/spatie/laravel-typescript-transformer) - [laravel-data-openapi-generator](https://github.com/xolvionl/laravel-data-openapi-generator) +- [laravel-data-json-schemas](https://github.com/BasilLangevin/laravel-data-json-schemas) Created a package yourself that you want to add to this list? Send us a PR!