LaravelPackages.net
Acme Inc.
Toggle sidebar
ohseesoftware/laravel-schema-list

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

2.707
35
v1.3.0
About ohseesoftware/laravel-schema-list

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

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 [email protected] 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.

Star History Chart