An application / authentication starter kit frontend in SvelteKit for Laravel Breeze.
Laravel Breeze - SvelteKit Edition is an implementation of the Laravel Breeze application/authentication starter kit frontend in SvelteKit. It provides all the authentication boilerplate code using Laravel Sanctum, allowing developers to quickly pair their SvelteKit frontend with a powerful Laravel backend.
To install Laravel Breeze - SvelteKit Edition, follow these steps:
Create a SvelteKit compatible Laravel backend by installing Laravel Breeze into a fresh Laravel application and installing Breeze’s API scaffolding.
Set the APP_URL and FRONTEND_URL environment variables in your application’s .env file. Make sure APP_URL is set to http://localhost:8000 and FRONTEND_URL is set to http://localhost:3000.
Serve the Laravel application using the serve Artisan command.
Clone the repository and install its dependencies using yarn install or npm install.
Copy the .env.example file to .env.local and provide the URL of your backend.
Run the application using npm run dev. The application will be available at http://localhost:3000.
Laravel Breeze - SvelteKit Edition is a SvelteKit implementation of the Laravel Breeze application/authentication starter kit frontend. It provides all the necessary authentication boilerplate code, powered by Laravel Sanctum, to easily pair with a Laravel backend. The installation process is straightforward and allows for seamless integration with a Laravel Breeze backend.