Skip to content

fumeapp/laranuxt

 
 

Repository files navigation

NEW Want all of your models typed out as interfaces? check out modeltyper

Laravel + Nuxt.js Boilerplate

Test PHP Test Javascript Lint Javascript Lint PHP

Now with examples on using Dark Mode and the Nuxt Auth module!

What is included

Installation

  • clone from GitHub
  • run yarn and composer install to install all of your deps
  • copy .env.example to .env and configure it to your likings
  • TL;DR
git clone [email protected]:acidjazz/laranuxt.git; cd laranuxt; yarn; composer install; cp .env.example .env;
  • Feel free to delete excess media in /client/static/, just images for the readme

Local Environment

  • run yarn dev in one terminal for our nuxt dev setup
  • run yarn api (alias for ./artisan serve) in another terminal for our laravel API

Features