Get Database structure to generate Code and relationship
fathur/laragendb is a Laravel package for get database structure to generate code and relationship.
It currently has 0 GitHub stars and 39 downloads on Packagist (latest version v1.0.2).
Install it with composer require fathur/laragendb.
Discover more Laravel packages by fathur
or browse all Laravel packages to compare alternatives.
Last updated
This Laravel 5 package will get all of your database tables and columns information in order to generate proper database relationship and migration
This package DOES NOT GET YOUR DATABASE DATA!
You can see the database structure information that was transmitted at
http://yourdomain.com/dbstructure
composer require fathur/laragendb
'providers' => [
...
Fathur\Laragendb\LaragenDBServiceProvider::class,
],
http://yourdomain.com/dbstructure
composer dump-autoload