distinctm 26ab964505 Wraps getCriteria & getValues in resolveObjects.
- Avoids removing identifiers in resolveObjects (underscore)
2019-01-23 13:42:44 -05:00
2019-01-22 22:28:39 -05:00
2019-01-22 17:59:47 -05:00
2019-01-22 21:34:15 -05:00
2019-01-22 17:58:20 -05:00
2019-01-22 19:53:49 -05:00
2019-01-22 21:44:49 -05:00
2019-01-23 13:25:52 -05:00

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
  • Run php artisan data:sync
Description
No description provided
Readme MIT 8 MiB
Languages
PHP 100%