We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd0f59 commit 2b8a850Copy full SHA for 2b8a850
README.md
@@ -68,7 +68,7 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
68
$product->name = 'Example Product';
69
$product->slug = 'example-product';
70
$product->description = 'Example product description';
71
- $product->imageUrl = 'url to image';
+ $product->imageUrl = 'https://placehold.co/400x400';
72
$product->price = 99;
73
$product->save();
74
```
0 commit comments