/changer

Sample Laranuxt app - cash register

Primary LanguagePHP

sample app that delivers change in denominations

Installation

  • clone from github
  • run yarn and composer install to install all of your dependencies
  • copy .env.example to .env and configure it to your likings
  • TL;DR
git clone git@github.com:acidjazz/changer.git; cd changer; yarn; composer install; cp .env.example .env;

Local Environment

About the boilerplate

Laravel + Nuxt.js Boilerplate

Test PHP Test Javascript

What is included

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

  • 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 accurate IDE autocompletion - v2.8.0