awkwardideas / syncscript
Sync Script Generator
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/awkwardideas/syncscript
Requires
- php: >=5.6.4
- awkwardideas/mypdo: @dev
This package is auto-updated.
Last update: 2025-09-29 02:01:28 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