From 6803fae9cfda60d010e481ab77fd1c61de039a53 Mon Sep 17 00:00:00 2001 From: Kanishk Gupta <35498915+kanishkgupta19@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:58:28 +0530 Subject: [PATCH] Update readme.md Add instructions to refresh migrations --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index e1d8ae1..a8cba7f 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,11 @@ php artisan migrate php artisan db:seed ``` +-Refresh all the migrations +```bash +php artisan migrate:refresh +``` + - Run the following command => gulp default - Once the assets are published, run the command ```bash