mightymango/quick-db

Artisan Database Commands

0.0.2 2021-04-28 15:02 UTC

This package is auto-updated.

Last update: 2024-04-28 21:27:23 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is a small package for adding commands to display information about your database.

Installation

You can install the package via composer:

composer require mightymango/quick-db

You can publish the config file with:

php artisan vendor:publish --tag=quick-db-config

This is the contents of the published config file:

return [
    /*
     * An array of tables to skip when displaying a list of tables
     */
    'skip' => [

    ]
];

Usage

php artisan db:table users
php artisan db_tables

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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