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
- 💿 34,149 installs - React -
laravel/react-starter-kit
- 💿 32,834 installs - Vue -
laravel/vue-starter-kit
- 💿 23,345 installs
- Statamic -
statamic/statamic
- 💾 134,668 installs - Genesis -
devdojo/genesis
- 💾 8,872 installs - Filament Zeus starters -
lara-zeus/zeus
- 💾 808 installs - Wave -
devdojo/wave
- 💾 416 installs - Cachet -
cachethq/cachet
- 💾 414 installs - TALL starter -
mortenebak/tallstarter
- 💾 148 installs - Filament -
tnylea/filamentapp
- 💾 132 installs - Blade Starter Kit (with FluxUI) -
imacrayon/blade-starter-kit
- 💾 101 installs - Svelte -
oseughu/svelte-starter-kit
- 💾 41 installs - Modern React Starter Kit -
shipfastlabs/modern-react-starter-kit
- 💾 41 installs - Modern Vue Starter Kit -
shipfastlabs/modern-vue-starter-kit
- 💾 40 installs - Justd Starter Kit -
justd/laravel
- 💾 38 installs - Larasonic Vue -
shipfastlabs/larasonic-vue
- 💾 26 installs - Modern Livewire Starter Kit -
shipfastlabs/modern-livewire-starter-kit
- 💾 24 installs - Larasonic React -
shipfastlabs/larasonic-react
- 💾 20 installs - Unstyled Blade Starter Kit -
javdome/unstyled-blade-starter-kit
- 💾 19 installs - MoonShine -
moonshine/app
- 💾 16 installs - Tablar Starter Kit -
takielias/tablar-starter-kit
- 💾 14 installs - New Laravel React App -
tnylea/react-starter
- 💾 12 installs - Livewire Starter -
tnylea/livewire-starter
- 💾 10 installs - Bootstrap Starter Kit -
hostmoz/laravel-bootstrap-starter-kit
- 💾 10 installs - React (Mantine) Starter Kit -
adrum/laravel-react-mantine-starter-kit
- 💾 10 installs - React JSX Starter Kit -
YazidKHALDI/react-jsx-starter-kit
- 💾 9 installs - Laravel Breeze React Starter Kit -
luis-developer-08/breeze-react-jsx-starter-kit
- 💾 5 installs - Jetstream React (TypeScript) -
adrum/laravel-jetstream-react-typescript
- 💾 1 installs - New Laravel Inertia+React App -
tnylea/react-inertia-starter
- 💾 0 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.