Skip to content

Commit faaaafb

Browse files
committed
update readme
1 parent ea93ba1 commit faaaafb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ Using [composer](https://packagist.org/packages/lenius/laravel-basket):
1111
```bash
1212
$ composer require lenius/laravel-basket
1313
```
14+
Set up demo with artisan
15+
16+
```bash
17+
$ php artisan make:ecommerce
18+
```
19+
20+
Install npm dependencies
21+
22+
```bash
23+
$ npm install v-money
24+
$ npm install vue-sortable
25+
$ npm install vuedraggable
26+
```
27+
1428
You should then be good to go and be able to access the basket using the following static interface:
1529

1630
```php

0 commit comments

Comments
 (0)