Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit 66998ea

Browse files
committed
add README
1 parent 259489e commit 66998ea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Laravel CoreUI Vue
2+
3+
| Laravel + CoreUI + Vue Boilerplate
4+
5+
## How to Install
6+
* Clone this repository
7+
* Install depencies
8+
```bash
9+
$ composer install
10+
$ npm install
11+
```
12+
* Copy `.env` file
13+
```bash
14+
$ cp -r .env.example .env
15+
```
16+
* Generate Application key
17+
```bash
18+
$ php artisan key:generate
19+
```
20+

0 commit comments

Comments
 (0)