db
This Laravel 5 package will get all of your database tables and columns information in order to generate proper database relationship and migration, (*1)
This package DOES NOT GET YOUR DATABASE DATA!, (*2)
You can see the database structure information that was transmitted at, (*3)
http://yourdomain.com/dbstructure
composer require fathur/laragendb
'providers' => [ ... Fathur\Laragendb\LaragenDBServiceProvider::class, ],
http://yourdomain.com/dbstructure
composer dump-autoload