Download the PHP package sukohi/db-verge without Composer
On this page you can find all versions of the php package sukohi/db-verge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sukohi/db-verge
More information about sukohi/db-verge
Files in sukohi/db-verge
Download sukohi/db-verge
More information about sukohi/db-verge
Files in sukohi/db-verge
Vendor sukohi
Package db-verge
Short Description Show first or last row data of DB in command line.
License MIT
Package db-verge
Short Description Show first or last row data of DB in command line.
License MIT
Please rate this library. Is it a good library?
Informations about the package db-verge
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)
Installation
Execute composer command.
composer require sukohi/db-verge:2.*
Register the service provider in app.php
'providers' => [
...Others...,
Sukohi\DbVerge\DbVergeServiceProvider::class,
]
Now you are able to execute php artisan db:verge
command.
Basic usage
php artisan db:verge
Options
--orderby
Order direction. asc
or desc
. Default is desc
.
--table
Specific table name that you'd like to show.
--limit
Number of records to return. Default is 1.
License
This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh
All versions of db-verge with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
~5.0
The package sukohi/db-verge contains the following files
Loading the files please wait ....