From 6eacd9de581cf97084201bc2f777db8ec4b4d52b Mon Sep 17 00:00:00 2001 From: distinctm Date: Wed, 23 Jan 2019 14:19:20 -0500 Subject: [PATCH] Add provider to vendor:publish command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6152d8d..d5ee863 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ Laravel utility to keep records synced between enviroments through source contro - Create a JSON file for each model, using the model name as the filename. Example: Product.json would update the Product model - Use nested arrays in place of hardcoded IDs for relationships -- 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) +- 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) - Run `php artisan data:sync` ## Notes