2017 © Pedro Peláez
 

library laravel-list-db

Allows DB structure listing (with types)

image

a2design/laravel-list-db

Allows DB structure listing (with types)

  • Thursday, June 30, 2016
  • by rabbiabram
  • Repository
  • 4 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

laravel-list-db

Allows DB structure listing (with types), (*1)

Code Climate, (*2)

Installation

  • Run Composer install
    composer require a2design/laravel-list-db
  • Add service provider to your app config:

``` php 'providers' => [ ... A2Design\LaravelListDb\ListDbServiceProvider::class, ], ..., (*3)



If you want to see table columns listing, use:
php artisan table:columns tableName

And for models:
php artidan model:columns modelName

```, (*4)

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

The Versions

30/06 2016

dev-master

9999999-dev

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

16/05 2016

dev-dev

dev-dev

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

16/05 2016

v1.2.1

1.2.1.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.1.4

1.1.4.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.1.2

1.1.2.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.1.1

1.1.1.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.3

1.0.3.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.2

1.0.2.0

Allows DB structure listing (with types)

  Sources   Download

MIT

by Vladislav Bezverkhiy