From a3b55fb5eb05c23d542ddc5a578f0fc8122eb6f1 Mon Sep 17 00:00:00 2001 From: Damian <53231361+cvtmal@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:18:42 +0100 Subject: [PATCH] Update templates.json Adding my customized Laravel Starter Kit with Rector PHP configured for the newest Laravel Version, PHPStan on max Level, Pint and Pest with ArchTests and passing test suite. --- templates.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates.json b/templates.json index c9eeb0d..bb371de 100644 --- a/templates.json +++ b/templates.json @@ -124,6 +124,11 @@ "title": "Blade Starter Kit (with FluxUI)", "package": "imacrayon/blade-starter-kit", "repo": "imacrayon/blade-starter-kit" + }, + { + "title": "React, Rector, Larastan/PHPStan, Pint & Pest Starter Kit", + "package": "cvtmal/laravel-react-starter", + "repo": "cvtmal/laravel-react-starter" } ] }