List tables, columns, and indices for your database connections.
ohseesoftware/laravel-schema-list is a Laravel package for list tables, columns, and indices for your database connections..
It currently has 35 GitHub stars and 2.707 downloads on Packagist (latest version v1.3.0).
Install it with composer require ohseesoftware/laravel-schema-list.
Discover more Laravel packages by ohseesoftware
or browse all Laravel packages to compare alternatives.
Last updated
Use the command line to easily list out your database's tables and columns for a given table.
You can install the package via composer:
composer require ohseesoftware/laravel-schema-list
List tables from your default connection:
php artisan schema:tables
List columns for a given table:
php artisan schema:columns {table}
No tests right now :)
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.