From d339d75f53581023ef20d83d93247fb2cc6bd9da Mon Sep 17 00:00:00 2001 From: Majid Mohammadian Date: Tue, 18 Nov 2025 16:33:15 +0330 Subject: [PATCH] docs: add Laravel TOON package (#183) * added Laravel toon package in readme.md * docs: add Laravel Framework implementation to community section --------- Co-authored-by: Johann Schopplich --- README.md | 1 + docs/ecosystem/implementations.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 59c855f..02f7639 100644 --- a/README.md +++ b/README.md @@ -855,6 +855,7 @@ Comprehensive guides, references, and resources to help you get the most out of - **Lua/Neovim:** [toon.nvim](https://github.com/thalesgelinger/toon.nvim) - **OCaml:** [ocaml-toon](https://github.com/davesnx/ocaml-toon) - **PHP:** [toon-php](https://github.com/HelgeSverre/toon-php) +- **Laravel Framework:** [laravel-toon](https://github.com/jobmetric/laravel-toon) - **R**: [toon](https://github.com/laresbernardo/toon) - **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby) - **Swift:** [TOONEncoder](https://github.com/mattt/TOONEncoder) diff --git a/docs/ecosystem/implementations.md b/docs/ecosystem/implementations.md index b6d1d85..61c2a0b 100644 --- a/docs/ecosystem/implementations.md +++ b/docs/ecosystem/implementations.md @@ -34,6 +34,7 @@ Community members have created implementations in additional languages: | **Go** | [gotoon](https://github.com/alpkeskin/gotoon) | [@alpkeskin](https://github.com/alpkeskin) | | **Java** | [JToon](https://github.com/felipestanzani/JToon) | [@felipestanzani](https://github.com/felipestanzani) | | **Kotlin** | [kotlin-toon](https://github.com/vexpera-br/kotlin-toon) | [@vexpera-br](https://github.com/vexpera-br) | +| **Laravel Framework** | [laravel-toon](https://github.com/jobmetric/laravel-toon) | [@jobmetric](https://github.com/jobmetric) | | **Lua/Neovim** | [toon.nvim](https://github.com/thalesgelinger/toon.nvim) | [@thalesgelinger](https://github.com/thalesgelinger) | | **OCaml** | [ocaml-toon](https://github.com/davesnx/ocaml-toon) | [@davesnx](https://github.com/davesnx) | | **PHP** | [toon-php](https://github.com/HelgeSverre/toon-php) | [@HelgeSverre](https://github.com/HelgeSverre) |