From 8630ae756ac70277f4fa4ec90ca3de1779406663 Mon Sep 17 00:00:00 2001 From: David Carr Date: Fri, 14 Mar 2025 01:10:27 +0000 Subject: [PATCH] added AdminTW to the list --- templates.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 007271f..f97dec9 100644 --- a/templates.json +++ b/templates.json @@ -84,6 +84,11 @@ "title": "Modern React Starter Kit", "package": "shipfastlabs/modern-react-starter-kit", "repo": "shipfastlabs/modern-react-starter-kit" + }, + { + "title": "Laravel AdminTW", + "package": "dcblogdev/laravel-admintw", + "repo": "dcblogdev/laravel-admintw" } ] -} \ No newline at end of file +}