LaravelPackages.net
Acme Inc.
Toggle sidebar
angelod/laravel-list-db

Allows DB structure listing (with types).

18
1
v2.1.0
About angelod/laravel-list-db

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

laravel-list-db

Allows DB structure listing for Laravel's Eloquent models.

Installation

  • Run Composer install
    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.

Comments