Skip to content
/ laranuxt Public template
forked from Rimsys/laranuxt

Laravel and Nuxt.js boilerplate

Notifications You must be signed in to change notification settings

bmangus/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

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]:Rimsys/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

About

Laravel and Nuxt.js boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 57.4%
  • Vue 37.8%
  • JavaScript 2.7%
  • Other 2.1%