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 owen@ohseemedia.com 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.