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

Commit 8d2f611

Browse files
committed
Merge branch 'release/0.2.1'
2 parents 160b245 + 6cde32d commit 8d2f611

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,15 @@
2828
* For Ubuntu, require `apt-get install libpng16-dev`, [see](https://github.com/imagemin/imagemin-mozjpeg/issues/28)
2929

3030
## How to Install
31-
* [Download][download] and extract this repository
32-
* Install all depencies
31+
* Install using composer
3332
```bash
34-
cd /path/to/folder
35-
36-
composer install
37-
npm install
38-
```
39-
* Copy `.env` file
40-
```bash
41-
cp -r .env.example .env
33+
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_name
4234
```
43-
* Generate Application key
35+
* Install Dependencies
4436
```bash
45-
php artisan key:generate
37+
cd project_name
38+
39+
npm install
4640
```
4741
* Add write permission (Unix)
4842
```bash
@@ -63,7 +57,6 @@ npm run hot
6357
## License
6458
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
6559

66-
[download]: https://github.com/adenvt/laravel-coreui-vue/archive/0.2.0.zip
6760
[laravel]: https://laravel.com
6861
[coreui]: https://coreui.io
6962
[axios]: https://github.com/axios/axios

0 commit comments

Comments
 (0)