awkwardideas / syncscript
Sync Script Generator
dev-master
2016-11-01 16:56 UTC
Requires
- php: >=5.6.4
- awkwardideas/mypdo: @dev
This package is auto-updated.
Last update: 2024-10-29 04:59:09 UTC
README
Install Via Composer
composer require awkwardideas/syncscript
Commands via Artisan
Command line actions are done via artisan. The host, username, password from the .env file are used for making the connection.
php artisan syncscript:generate
--from= Database providing data --to= Database receiving data