Package Data | |
---|---|
Maintainer Username: | integrasolid |
Maintainer Contact: | mhd.fathur@live.com (Fathur Rahman) |
Package Create Date: | 2017-08-18 |
Package Last Update: | 2017-09-09 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-24 15:05:35 |
Package Statistics | |
---|---|
Total Downloads: | 38 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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