Laravelte | Laravel + Svelte Boilerplate
About
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 :
- Laravel
- Inertia.js
- Svelte
- TailwindCSS
Requirements
Installation
- Click on
Use this template
in the top right to use the boilerplate - Install the required php packages using
composer install
- Run
npm install
to install all npm packages - Use
npm run watch
to start laravel mix watch your files - Last but not least use
php artisan serve
to start your laravel application
Usage
Simply create/edit your Svelte front-end files inside of the /resources/js/Pages/
directory.