Skip to content

Commit 6eacd9d

Browse files
committed
Add provider to vendor:publish command
1 parent 4bd6ac2 commit 6eacd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Laravel utility to keep records synced between enviroments through source contro
55

66
- Create a JSON file for each model, using the model name as the filename. Example: Product.json would update the Product model
77
- Use nested arrays in place of hardcoded IDs for relationships
8-
- Run `php artisan vendor:publish --tag="data-sync-config"` to publish config file. Specify directory for sync data files (default is a new sync directory in the project root)
8+
- Run `php artisan vendor:publish --provider="distinctm\LaravelDataSync\DataSyncBaseServiceProvider" --tag="data-sync-config"` to publish config file. Specify directory for sync data files (default is a new sync directory in the project root)
99
- Run `php artisan data:sync`
1010

1111
## Notes

0 commit comments

Comments
 (0)