ohseesoftware / laravel-schema-list
List tables, columns, and indices for your database connections.
Installs: 2 653
Dependents: 1
Suggesters: 0
Security: 0
Stars: 35
Watchers: 2
Forks: 2
Open Issues: 2
Requires
- php: ^7.1 || ^8.0
- illuminate/console: >=7.0
- illuminate/database: >=7.0
Requires (Dev)
- orchestra/testbench: ^5.0
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: *
README
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.