a2design/laravel-list-db

Allows DB structure listing (with types)
63
Install
composer require a2design/laravel-list-db
Latest Version:v1.2.1
License:MIT
Last Updated:Jun 30, 2016
Links: GitHub  ·  Packagist
Maintainer: rabbiabram

laravel-list-db

Allows DB structure listing (with types)

Code Climate

Installation

  • Run Composer install
    composer require a2design/laravel-list-db
  • Add service provider to your app config:
    'providers' => [
        ...
        A2Design\LaravelListDb\ListDbServiceProvider::class,
    ],
    ...

If you want to see table columns listing, use:

    php artisan table:columns tableName

And for models:

    php artidan model:columns modelName

Formatting

  • %po - Platform options
  • %nn - Not Null
  • %dt - Default Value
  • %ai - Auto Increment
  • %c - Column Name
  • %t - Column Type
  • %u - Unsigned
  • %l - Column Length
  • %p - Column Precision
  • %s - Column Scale
  • %f - Column is fixed

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

554,918,666 34,821
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437