angelod/laravel-list-db is a Laravel package for allows db structure listing (with types)..
It currently has 1 GitHub stars and 18 downloads on Packagist (latest version v2.1.0).
Install it with composer require angelod/laravel-list-db.
Discover more Laravel packages by angelod
or browse all Laravel packages to compare alternatives.
Last updated
Allows DB structure listing for Laravel's Eloquent models.
composer require angelod/laravel-list-db
If you want to see table columns listing, use:
php artisan dbshow:table tableName
And for models:
php artisan dbshow:model modelName
There are also versions that works on all the tables or models:
php artisan dbshow:tables
php artisan dbshow:models
In addition there are a few options deciding how much should be displayed in the listings.
These can be seen by using the --help option with a given command.