A ready to develop Laravel and Svelte SPA using Inertia
Clone the repo
git clone https://github.com/dansvel/laravel-svelte.git
cd laravel-svelteInstall PHP dependencies:
composer installInstall NPM dependencies:
npm installBuild assets:
npm run devSetup configuration:
cp .env.example .envGenerate application key:
php artisan key:generateRun artisan server:
php artisan serveYou're ready to go! Open browser and check the following address. http://localhost:8100
- laravel-mix-svelte by We Wow Web