2017 © Pedro Peláez
 

library db-verge

Show first or last row data of DB in command line.

image

sukohi/db-verge

Show first or last row data of DB in command line.

  • Tuesday, May 17, 2016
  • by Sukohi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

DbVerge

A Laravel package to show the first or the last row data of DB in command line.
(This is for Laravel 5. For Laravel 4.2), (*1)

Installation

Execute composer command., (*2)

composer require sukohi/db-verge:2.*

Register the service provider in app.php, (*3)

'providers' => [
    ...Others...,  
    Sukohi\DbVerge\DbVergeServiceProvider::class,
]

Now you are able to execute php artisan db:verge command., (*4)

Basic usage

php artisan db:verge, (*5)

Options

--orderby, (*6)

Order direction. asc or desc. Default is desc., (*7)

--table, (*8)

Specific table name that you'd like to show., (*9)

--limit, (*10)

Number of records to return. Default is 1., (*11)

License

This package is licensed under the MIT License., (*12)

Copyright 2016 Sukohi Kuhoh, (*13)

The Versions

17/05 2016

2.0.x-dev

2.0.9999999.9999999-dev

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

dev-master

9999999-dev

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

2.0.2

2.0.2.0

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

1.0.x-dev

1.0.9999999.9999999-dev

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

1.0.1

1.0.1.0

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

1.0.0

1.0.0.0

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

2.0.1

2.0.1.0

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

17/05 2016

2.0.0

2.0.0.0

Show first or last row data of DB in command line.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi