ohseesoftware/laravel-schema-list

List tables, columns, and indices for your database connections.

v1.3.0 2021-01-11 01:58 UTC

This package is auto-updated.

Last update: 2024-04-11 09:06:07 UTC


README

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.