From b92b14984616662efaf9598e996d3e9322092695 Mon Sep 17 00:00:00 2001 From: Jani Gyllenberg Date: Tue, 22 Jan 2019 21:44:49 -0500 Subject: [PATCH] Updated documentation --- readme.md | 2 ++ scratch.md | 1 + 2 files changed, 3 insertions(+) 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