fumeapp / laranuxt

Laravel and Nuxt.js boilerplate
653 stars 136 forks source link
laravel mdi metapi nuxt nuxt-boilerplate purgecss stylus tailwindcss vuejs

Laravel + Nuxt.js Boilerplate

Now supporting Nuxt v3

Are you using Laravel with vapor? want your Nuxt setup on lambda as well? TRY FUME!

MadeWithLaravel shield

Test PHP Lint Javascript Lint PHP

Examples on using Dark Mode, authentication, and listing data

What is included

Installation

Local Environment

Api and Authentication

const api = useApi()
console.log(api.$user.name);

Authentication

API

The API class provides helper functions to easily retrieve, update, and remove data from your Laravel endpoints. If you use and update modeltyper regularly you will always have completely typed results