You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
57
57
58
58
- Run `npm install` to install the Node dependencies needed by the project. Check out <https://nodejs.org/en/> if necessary
59
59
60
-
- Run `php artisan:migrate` to setup the Laravel database migrations
60
+
- Run `php artisanmigrate:install` to setup the Laravel database migrations
61
61
62
62
- You should create at least one sample product. Although you can use the builtin factory seeders, I prefer to do manual creation for testing purposes.
0 commit comments