Skip to content

Commit

Permalink
Merge pull request #1 from flavorly/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs authored Jul 4, 2024
2 parents cd29cc5 + 6044cb7 commit a4dbc24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ You can publish the config file with:
php artisan vendor:publish --tag="laravel-flows-config"
```

You can publish migrations

```bash
php artisan vendor:publish --tag="laravel-flows-migrations"
php artisan migrate
```

## Testing

```bash
Expand Down

0 comments on commit a4dbc24

Please sign in to comment.