Skip to content

ohseesoftware/laravel-schema-list

Repository files navigation

List schema details from your database connection

Current Release Build Status Badge Downloads MIT License

Use the command line to easily list out your database's tables and columns for a given table.

Installation

You can install the package via composer:

composer require ohseesoftware/laravel-schema-list

Usage

List tables from your default connection:

php artisan schema:tables

List columns for a given table:

php artisan schema:columns {table}

Testing

No tests right now :)

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email owen@ohseemedia.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.