Best laravel framework open-source packages.

Breeze nuxt

An application / authentication starter kit frontend in Nuxt for Laravel Breeze.
Updated 4 weeks ago

Laravel Breeze - Nuxt Edition

This repository is an implementation of the Laravel Breeze application / authentication starter kit frontend in Nuxt with Nuxt UI. All of the authentication boilerplate is already written for you - powered by Laravel Sanctum and nuxt-auth-sanctum module, allowing you to quickly begin pairing your beautiful Nuxt UI frontend with a powerful Laravel backend.

Installation

This project requires a proper Laravel Breeze API template to work with. Follow the guide below to create a new project and link it with Nuxt frontend.

Laravel Breeze API

TODO: Create Laravel Breeze API project

Nuxt Breeze

TODO: Create Nuxt Breeze project and configure .env file

Development

Look at Nuxt docs and Nuxt UI docs to learn more about technologies used in this template.

Setup

Make sure to install the dependencies:

yarn install

Start Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview
Tags sanctum