The package enables easy migration of data from one database to another using Laravel database tools by configuring the mapping of appropriate columns in tables and setting migration conditions so that only the data of interest is transferred.
oskar-zborowski/laravel-database-migrator is a Laravel package for the package enables easy migration of data from one database to another using laravel database tools by configuring the mapping of appropriate columns in tables and setting migration conditions so that only the data of interest is transferred..
It currently has 1 GitHub stars and 5 downloads on Packagist (latest version 1.0.0).
Install it with composer require oskar-zborowski/laravel-database-migrator.
Discover more Laravel packages by oskar-zborowski
or browse all Laravel packages to compare alternatives.
Last updated
The package enables easy migration of data from one database to another using Laravel database tools by configuring the mapping of appropriate columns in tables and setting migration conditions so that only the data of interest is transferred.