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
- 💿 32,855 installs - React -
laravel/react-starter-kit
- 💿 31,866 installs - Vue -
laravel/vue-starter-kit
- 💿 22,644 installs
- Statamic -
statamic/statamic
- 💾 134,549 installs - Genesis -
devdojo/genesis
- 💾 8,863 installs - Filament Zeus starters -
lara-zeus/zeus
- 💾 807 installs - Cachet -
cachethq/cachet
- 💾 414 installs - Wave -
devdojo/wave
- 💾 403 installs - TALL starter -
mortenebak/tallstarter
- 💾 141 installs - Filament -
tnylea/filamentapp
- 💾 125 installs - Blade Starter Kit (with FluxUI) -
imacrayon/blade-starter-kit
- 💾 99 installs - Svelte -
oseughu/svelte-starter-kit
- 💾 40 installs - Modern Vue Starter Kit -
shipfastlabs/modern-vue-starter-kit
- 💾 38 installs - Modern React Starter Kit -
shipfastlabs/modern-react-starter-kit
- 💾 37 installs - Larasonic Vue -
shipfastlabs/larasonic-vue
- 💾 24 installs - Modern Livewire Starter Kit -
shipfastlabs/modern-livewire-starter-kit
- 💾 24 installs - Larasonic React -
shipfastlabs/larasonic-react
- 💾 19 installs - Unstyled Blade Starter Kit -
javdome/unstyled-blade-starter-kit
- 💾 18 installs - MoonShine -
moonshine/app
- 💾 13 installs - New Laravel React App -
tnylea/react-starter
- 💾 12 installs - Tablar Starter Kit -
takielias/tablar-starter-kit
- 💾 11 installs - Livewire Starter -
tnylea/livewire-starter
- 💾 9 installs - Bootstrap Starter Kit -
hostmoz/laravel-bootstrap-starter-kit
- 💾 9 installs - React JSX Starter Kit -
YazidKHALDI/react-jsx-starter-kit
- 💾 8 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.