Aksoom-Hussain / laranuxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About


Languages

Language:PHP 76.5%Language:Vue 16.9%Language:JavaScript 4.8%Language:TypeScript 1.3%Language:Shell 0.5%Language:CSS 0.1%