Skip to content

Commit

Permalink
Update 2-installation-and-setup.md (#53)
Browse files Browse the repository at this point in the history
php artisan vendor:publish --tag=trackable-jobs-config                                                                                  

   INFO  No publishable resources for tag [trackable-jobs-config].
  • Loading branch information
briavers authored Aug 5, 2024
1 parent 97ed8ee commit 9559f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2-installation-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ composer require mateusjunges/laravel-trackable-jobs
You can publish the configuration file with this command:

```bash
php artisan vendor:publish --tag=trackable-jobs-config
php artisan vendor:publish --tag=trackable-jobs-assets
```

Run `php artisan migrate` to migrate the table needed by this package, and now you are good to go!
Run `php artisan migrate` to migrate the table needed by this package, and now you are good to go!

0 comments on commit 9559f03

Please sign in to comment.