Skip to content

Commit 857c1d1

Browse files
committed
Merge branch 'main' into dev
2 parents 6b3eb57 + 4530045 commit 857c1d1

File tree

4 files changed

+1500
-1945
lines changed

4 files changed

+1500
-1945
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
# Laravel eCommerce
66

7-
Creating an eCommerce site with Laravel 8, Vue 3 and Stripe.
7+
Ecommerce site with Laravel 8, Vue 3 and Stripe.
8+
9+
## Live URL: https://laravel-vue3.herokuapp.com
10+
11+
(initial pageload may be slow because of the Heroku container needing to bootup)
812

913
### Screenshot:
1014

@@ -16,8 +20,6 @@
1620
<br />
1721
<img src="https://user-images.githubusercontent.com/45217974/108796168-670f7380-7588-11eb-87d5-bc28276f0b35.png" alt="Stripe screenshot" />
1822
<br />
19-
20-
## Live URL: https://laravel-vue3.herokuapp.com (initial pageload may be slow because of the Heroku container needing to bootup)
2123

2224
## Features
2325

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"fideloper/proxy": "^4.4",
1313
"fruitcake/laravel-cors": "^2.0",
1414
"guzzlehttp/guzzle": "^7.2.0",
15-
"laravel/cashier": "^v12.7.1",
15+
"laravel/cashier": "^v13.7.0",
1616
"laravel/framework": "^v8.26.1",
17-
"laravel/scout": "^8.6",
17+
"laravel/scout": "^9.4",
1818
"laravel/tinker": "^2.5"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)