An application / authentication starter kit frontend in Nuxt3 for Laravel Breeze.
Laravel Breeze Nuxt3 is an implementation of Laravel Breeze, a Laravel application/authentication starter kit frontend, in Nuxt3. It provides a pre-built authentication boilerplate powered by Laravel Sanctum, allowing developers to quickly pair their Nuxt3 frontend with a robust Laravel backend.
To install Laravel Breeze Nuxt3, follow these steps:
APP_URL and FRONTEND_URL environment variables in your .env file.serve Artisan command in the command line.yarn install or npm install..env.example file to .env and provide the URL of your backend.yarn dev or npm run dev. The application will be available at http://localhost:3000.To build the application for production, follow these steps:
yarn build or npm run build to build the application.yarn preview or npm run preview.Laravel Breeze Nuxt3 is an implementation of Laravel Breeze in Nuxt3, providing a pre-built authentication frontend for developers to pair with their Laravel backend. With ready-to-use authentication boilerplate, Laravel Sanctum integration, and convenient features like the useAuth Vue composable and named routes with Ziggy, Laravel Breeze Nuxt3 offers a robust and efficient solution for creating secure and reliable applications.