Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode authored Jan 22, 2024
1 parent 94e14b2 commit 2153f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ composer require the-3labs-team/nova-busy-resource-field
You need to publish the migration file:

```bash
php artisan vendor:publish --tag=nova-busy-resource-field-migrations
php artisan vendor:publish --tag=nova-busy-resource-field-migrations
```

Remember to launch the migrations:
```bash
php artisan migrate
php artisan migrate
```

Also, you can publish the config file:

```bash
php artisan vendor:publish --tag=nova-busy-resource-field-config
php artisan vendor:publish --tag=nova-busy-resource-field-config
```

## Usage
Expand Down

0 comments on commit 2153f3c

Please sign in to comment.