Skip to content

Commit 2b8a850

Browse files
committed
Placeholder image
1 parent dbd0f59 commit 2b8a850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
6868
$product->name = 'Example Product';
6969
$product->slug = 'example-product';
7070
$product->description = 'Example product description';
71-
$product->imageUrl = 'url to image';
71+
$product->imageUrl = 'https://placehold.co/400x400';
7272
$product->price = 99;
7373
$product->save();
7474
```

0 commit comments

Comments
 (0)