diff --git a/README.md b/README.md index 0a28bf0..f39f216 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Using the [Laravel installer](https://laravel.com/docs/installation#installing-p - [Laravel Breeze React Starter Kit](https://github.com/luis-developer-08/breeze-react-jsx-starter-kit) - `luis-developer-08/breeze-react-jsx-starter-kit` - 💾 8 installs - [New Laravel Inertia+React App](https://github.com/tnylea/react-inertia-starter) - `tnylea/react-inertia-starter` - 💾 6 installs - [Nuxt UI Starter](https://github.com/stursby/nuxt-ui-starter) - `stursby/nuxt-ui-starter` - 💾 4 installs +- [API Starter Kit](https://github.com/hdeawy/api-starter-kit) - `hdeawy/api-starter-kit` - 💾 1 installs --- diff --git a/templates.json b/templates.json index 34d479e..23fb4c9 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": "Laravel API Starter Kit", + "package": "hdeawy/api-starter-kit", + "repo": "hdeawy/api-starter-kit" } ] }