Skip to content

Commit dbd0f59

Browse files
committed
Artisan migrate
1 parent f6b6338 commit dbd0f59

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
@@ -57,7 +57,7 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
5757

5858
- Run `npm install` to install the Node dependencies needed by the project. Check out <https://nodejs.org/en/> if necessary
5959

60-
- Run `php artisan:migrate` to setup the Laravel database migrations
60+
- Run `php artisan migrate:install` to setup the Laravel database migrations
6161

6262
- 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.
6363

0 commit comments

Comments
 (0)