mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +00:00
26ab964505f59859d28856af86ec61aa9fbc09a8
- Avoids removing identifiers in resolveObjects (underscore)
Laravel Data Sync
Laravel utility to keep records synced between enviroments through source control
- Add new
syncdisk inconfig/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
Languages
PHP
100%