nicxes / dislub

Home Page:dislub.vercel.app

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

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

dislub.vercel.app


Languages

Language:PHP 42.1%Language:Vue 34.9%Language:Blade 17.8%Language:JavaScript 2.8%Language:TypeScript 1.7%Language:Shell 0.7%Language:CSS 0.0%