This website requires JavaScript.
Explore
Help
Register
Sign In
ivuorinen
/
laravel-data-sync
Watch
1
Star
0
Fork
0
You've already forked laravel-data-sync
mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced
2026-01-26 03:34:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9
Commits
2
Branches
6
Tags
9bf6b3f3fb0fb7a188e89142a10a6dc4c5ecbbab
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Jani Gyllenberg
9bf6b3f3fb
Basic usage details
2019-01-22 21:41:10 -05:00
src
Rename attributes to critiera (easier to understand)
2019-01-22 21:38:02 -05:00
.gitignore
Initial commit
2019-01-22 17:59:47 -05:00
composer.json
Documentation WIP
2019-01-22 21:34:15 -05:00
composer.lock
Initial commit
2019-01-22 17:58:20 -05:00
phpunit.xml
Cleanup
2019-01-22 19:53:49 -05:00
readme.md
Basic usage details
2019-01-22 21:41:10 -05:00
scratch.md
Documentation WIP
2019-01-22 21:34:15 -05:00
readme.md
Laravel Data Sync
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%