From 1bfa48e96a3c620f1098614a1a120ac6f17f1c43 Mon Sep 17 00:00:00 2001 From: Peter Fox Date: Tue, 11 Mar 2025 23:18:20 +0000 Subject: [PATCH 1/4] Add the static analysis starter kit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e69570..9880c71 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Using the [Laravel installer](https://laravel.com/docs/installation#installing-p - [Larasonic React](https://github.com/shipfastlabs/larasonic-react) - `shipfastlabs/larasonic-react` - 💾 0 installs - [Modern Livewire Starter Kit](https://github.com/shipfastlabs/modern-livewire-starter-kit) - `shipfastlabs/modern-livewire-starter-kit` - 💾 0 installs - [Modern React Starter Kit](https://github.com/shipfastlabs/modern-react-starter-kit) - `shipfastlabs/modern-react-starter-kit` - 💾 0 installs +- [Static Analysis Starter Kit](https://github.com/peterfox/laravel-static-analysis-starter-kit) - `peterfox/laravel-static-analysis-starter-kit` - 💾 1 installs --- @@ -36,4 +37,4 @@ If you have a starter kit that you would like to be added to this list, please a --- > [!IMPORTANT] -> Be cautious when installing any starter. Be sure to do research and learn more about each project. \ No newline at end of file +> Be cautious when installing any starter. Be sure to do research and learn more about each project. From c9aa3f0509816678519b2904e27fc0a25e3ecb99 Mon Sep 17 00:00:00 2001 From: Peter Fox Date: Thu, 13 Mar 2025 08:36:31 +0000 Subject: [PATCH 2/4] Update templates.json --- templates.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 007271f..26038ff 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 Static Analysis Starter Kit", + "package": "peterfox/laravel-static-analysis-starter-kit", + "repo": "peterfox/laravel-static-analysis-starter-kit" } ] -} \ No newline at end of file +} From 52824aa2c071c835617e43c9a52bce5c7218fa1a Mon Sep 17 00:00:00 2001 From: Peter Fox Date: Thu, 13 Mar 2025 08:36:44 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9880c71..b035a5d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Using the [Laravel installer](https://laravel.com/docs/installation#installing-p - [Larasonic React](https://github.com/shipfastlabs/larasonic-react) - `shipfastlabs/larasonic-react` - 💾 0 installs - [Modern Livewire Starter Kit](https://github.com/shipfastlabs/modern-livewire-starter-kit) - `shipfastlabs/modern-livewire-starter-kit` - 💾 0 installs - [Modern React Starter Kit](https://github.com/shipfastlabs/modern-react-starter-kit) - `shipfastlabs/modern-react-starter-kit` - 💾 0 installs -- [Static Analysis Starter Kit](https://github.com/peterfox/laravel-static-analysis-starter-kit) - `peterfox/laravel-static-analysis-starter-kit` - 💾 1 installs --- From a0b89d99127cf1de834b2049104358af1e3cbc62 Mon Sep 17 00:00:00 2001 From: Peter Fox Date: Thu, 13 Mar 2025 08:37:24 +0000 Subject: [PATCH 4/4] Update README.md