Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.53 KB

readme.md

File metadata and controls

51 lines (37 loc) · 2.53 KB

Laravel + Nuxt.js Boilerplate

Test PHP Test Javascript

What is included

  • NUXT front end, a progressive Vue.js framework - v2.14.7

  • Laravel - for our API - v7.22.4

    • metapi - API helpers and utilities - v2.1.1
    • debugbar - awesome debugbar for our API - v3.5.1
    • ide-helper - Helper files to enable help with IDE autocompletion - v2.8.0

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