Using the Laravel installer developers can pass the --using
flag to the laravel new
command, and install any community starter template. Below is a list of the available templates.
- Livewire -
laravel/livewire-starter-kit
- 💿 60,542 installs - React -
laravel/react-starter-kit
- 💿 58,258 installs - Vue -
laravel/vue-starter-kit
- 💿 42,530 installs
- Statamic -
statamic/statamic
- 💾 137,777 installs - Genesis -
devdojo/genesis
- 💾 9,083 installs - Filament Zeus starters -
lara-zeus/zeus
- 💾 871 installs - Wave -
devdojo/wave
- 💾 567 installs - Cachet -
cachethq/cachet
- 💾 416 installs - TALL starter -
mortenebak/tallstarter
- 💾 316 installs - Filament -
tnylea/filamentapp
- 💾 271 installs - Blade Starter Kit (with FluxUI) -
imacrayon/blade-starter-kit
- 💾 196 installs - Svelte -
oseughu/svelte-starter-kit
- 💾 167 installs - React JSX Starter Kit -
YazidKHALDI/react-jsx-starter-kit
- 💾 121 installs - Justd Starter Kit -
justd/laravel
- 💾 85 installs - Modern Vue Starter Kit -
shipfastlabs/modern-vue-starter-kit
- 💾 76 installs - Modern React Starter Kit -
shipfastlabs/modern-react-starter-kit
- 💾 73 installs - Unstyled Blade Starter Kit -
javdome/unstyled-blade-starter-kit
- 💾 66 installs - Bootstrap Starter Kit -
hostmoz/laravel-bootstrap-starter-kit
- 💾 52 installs - Tablar Starter Kit -
takielias/tablar-starter-kit
- 💾 45 installs - Larasonic Vue -
shipfastlabs/larasonic-vue
- 💾 43 installs - Hotwire Starter Kit -
hotwired-laravel/hotwire-starter-kit
- 💾 41 installs - React (Mantine) Starter Kit -
adrum/laravel-react-mantine-starter-kit
- 💾 38 installs - Modern Livewire Starter Kit -
shipfastlabs/modern-livewire-starter-kit
- 💾 37 installs - Larasonic React -
shipfastlabs/larasonic-react
- 💾 32 installs - MoonShine -
moonshine/app
- 💾 32 installs - Livewire Starter -
tnylea/livewire-starter
- 💾 16 installs - Jetstream React (TypeScript) -
adrum/laravel-jetstream-react-typescript
- 💾 15 installs - New Laravel React App -
tnylea/react-starter
- 💾 14 installs - Tabler based Laravel starter kit -
santosvilanculos/cuirass
- 💾 14 installs - CoreUI Vue Starter Kit -
kastsecho/coreui-vue-starter-kit
- 💾 9 installs - Laravel Breeze React Starter Kit -
luis-developer-08/breeze-react-jsx-starter-kit
- 💾 8 installs - New Laravel Inertia+React App -
tnylea/react-inertia-starter
- 💾 6 installs - Nuxt UI Starter -
stursby/nuxt-ui-starter
- 💾 4 installs
If you have a starter kit that you would like to be added to this list, please add your starter kit under the community
key in the templates.json file, and submit a pull request. The starter kit will dynamically be added to the Readme inside of the Github Action.
Important
Be cautious when installing any starter. Be sure to do research and learn more about each project.