Our Svelte starter kit provides a robust, modern starting point for building Laravel applications with a Svelte frontend using Inertia.
Inertia allows you to build modern, single-page Svelte applications using classic server-side routing and controllers. This lets you enjoy the frontend power of Svelte combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.
This Svelte starter kit utilizes Svelte 5, TypeScript, Tailwind, and the shadcn-svelte component library.
Documentation for all Laravel starter kits can be found on the Laravel website.
Run the following command to set up your Svelte starter kit. Replace laravel-svelte-proj
with your desired project name.
laravel new laravel-svelte-proj --using=oseughu/svelte-starter-kit
Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
The Laravel + Svelte starter kit is open-sourced software licensed under the MIT license.