Starter template using Laravel and Svelte.
This starter template includes:
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 command:
composer run dev
Build the app:
npm run buid
Sign in with email [email protected]
and password password
.