mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +00:00
82185c0e80a03a637dca341a1617d8dc69f92e2a
- File facade allows access to directories outside of filesystem disks
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%