Basic usage details

This commit is contained in:
Jani Gyllenberg
2019-01-22 21:41:10 -05:00
parent 462843a373
commit 9bf6b3f3fb

View File

@@ -1,3 +1,6 @@
# Laravel Data Sync
[ ] Add new `sync` disk in `config/filesystems.php`
- 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
- Run `php artisan data:sync`