mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
Update readme.md
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
# Laravel-Vue SPA
|
||||
# Currency Exchange (MYR, RMB, USD)
|
||||
|
||||
<a href="https://travis-ci.org/cretueusebiu/laravel-vue-spa"><img src="https://travis-ci.org/cretueusebiu/laravel-vue-spa.svg?branch=master" alt="Build Status"></a>
|
||||
<a href="https://packagist.org/packages/cretueusebiu/laravel-vue-spa"><img src="https://poser.pugx.org/cretueusebiu/laravel-vue-spa/d/total.svg" alt="Total Downloads"></a>
|
||||
<a href="https://packagist.org/packages/cretueusebiu/laravel-vue-spa"><img src="https://poser.pugx.org/cretueusebiu/laravel-vue-spa/v/stable.svg" alt="Latest Stable Version"></a>
|
||||
|
||||
> A Laravel-Vue SPA starter project template.
|
||||
> 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.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/NHFTsGt.png">
|
||||
</p>
|
||||
|
||||
## Features
|
||||
## TechStack
|
||||
|
||||
- Laravel 5.6
|
||||
- Vue + VueRouter + Vuex + VueI18n + ESlint
|
||||
@@ -22,14 +18,19 @@
|
||||
|
||||
## Installation
|
||||
|
||||
- `composer create-project --prefer-dist cretueusebiu/laravel-vue-spa`
|
||||
- `git clone git@gitlab.com:CIEFWorldwideSdnBhd/exchange.git`
|
||||
- Copy `.env-example` to `.env`
|
||||
- Edit `.env` and set your database connection details
|
||||
- (When installed via git clone or download, run `php artisan key:generate` and `php artisan jwt:secret`)
|
||||
- `Comp` 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
|
||||
|
||||
Reference in New Issue
Block a user