Updated documentation

This commit is contained in:
Jani Gyllenberg
2019-01-22 21:44:49 -05:00
parent 9bf6b3f3fb
commit b92b149846
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -1 +1,2 @@
- In config, specify disk to use (string)
- Document Forge example