Skip to content

Starter template using Laravel and Svelte with InertiaJS, with first attempt to use Jetstream and Sanctum also.

License

Notifications You must be signed in to change notification settings

JimNayzium/laravel-svelte-jetstream

 
 

Repository files navigation

laravel-svelte-starter

Starter template using Laravel and Svelte.

This starter template includes:

  • Laravel 11
  • Svelte
  • Inertia.js
  • Vite
  • Tailwind CSS
  • daisyUI
  • sqlite

Installation

Run following commands:

composer install
npm install
cp .env.example .env
php artisan key:generate

Migrate database:

php artisan migrate --seed

To try this app, run these commands on seperate terminal:

npm run dev
php artisan serve

Deployment

Build the app:

npm run buid

About

Starter template using Laravel and Svelte with InertiaJS, with first attempt to use Jetstream and Sanctum also.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.8%
  • Svelte 12.9%
  • JavaScript 1.6%
  • Other 0.7%