Do you want to use the power of Laravel and Svelte combined with InertiaJS as the Middleware hassle-free with just a single click? This repository is right for you then. It features the following built-in stack :
Use this template
in the top right to use the boilerplatecomposer install
npm install
to install all npm packagesnpm run dev
to start vite watch your filescp .env.example .env
php artisan key:generate
php artisan serve
to start your laravel applicationSimply create/edit your Svelte front-end files inside of the /resources/js/Pages/
directory.
npm run build
to make vite build your project files