Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

pheeque/rimsys-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

Database

After running the database migrations, run php artisan db:seed from the repository root to seed the database with default data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published