Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down