From bdb6ebcb2f945e9c904534c45930422584f239d1 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Tue, 12 Jun 2018 09:48:11 +0800 Subject: [PATCH] rollback readme --- readme.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index e4f0893d..5c6326be 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,16 @@ -# Currency Exchange (MYR, RMB, USD) +# Laravel-Vue SPA -> A currency exchange system that user able to book their rate and upload their backin slip. For admin backend, they can perform booking with supplier, update booking status, etc. Using a Laravel-Vue SPA starter project template. +Build Status +Total Downloads +Latest Stable Version + +> A Laravel-Vue SPA starter project template.

-## TechStack +## Features - Laravel 5.6 - Vue + VueRouter + Vuex + VueI18n + ESlint @@ -18,19 +22,14 @@ ## Installation -- `git clone git@gitlab.com:CIEFWorldwideSdnBhd/exchange.git` -- Copy `.env-example` to `.env` +- `composer create-project --prefer-dist cretueusebiu/laravel-vue-spa` - Edit `.env` and set your database connection details -- `Comp` run `php artisan key:generate` and `php artisan jwt:secret`) +- (When installed via git clone or download, run `php artisan key:generate` and `php artisan jwt:secret`) - `php artisan migrate` - `yarn` / `npm install` ## Usage -#### Test Credentials -`user@example.com:secret` -`admin@example.com:secret` - #### Development ```bash