SyncScript: MySQL to Laravel SyncScript Generator
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