diff --git a/readme.md b/readme.md index 78d2f2a..f25eeb2 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Laravel Data Sync +Laravel utility to keep records synced between enviroments through source control + - Add new `sync` disk in `config/filesystems.php` - 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 diff --git a/scratch.md b/scratch.md index 9dd6501..5a71179 100644 --- a/scratch.md +++ b/scratch.md @@ -1 +1,2 @@ - In config, specify disk to use (string) +- Document Forge example