From 6f168a727af8e8e8c8578808623af3ec868fd852 Mon Sep 17 00:00:00 2001 From: Neba Funwi-gabga Date: Wed, 11 Jun 2025 12:12:27 -0400 Subject: [PATCH] Update templates.json Added Starterkit for NuxtUI and Inertiajs --- templates.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates.json b/templates.json index 34d479e..6954a4b 100644 --- a/templates.json +++ b/templates.json @@ -164,6 +164,11 @@ "title": "Nuxt UI Starter", "package": "stursby/nuxt-ui-starter", "repo": "stursby/nuxt-ui-starter" + }, + { + "title": "LaraNuxt-kit - Nuxt UI Inertiajs Starterkit", + "package": "fusigabs/laranuxtui-kit", + "repo": "fusigabs/laranuxtui-kit" } ] }