Download the PHP package mcmatters/laravel-db-commands without Composer
On this page you can find all versions of the php package mcmatters/laravel-db-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-db-commands
Laravel DB Commands
Package with laravel database commands.
Installation
If you don't use package discovering feature, then just include the service provider within your config/app.php
file.
Usage
Available commands:
php artisan db:drop-tables
— drops all tables.php artisan migrate:single {"file" or "class"}
— migrate single migration by file or class name.php artisan migrate:drop-single {"file" or "class"}
— drop single migration by file or class name.
All versions of laravel-db-commands with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version ^5.2 || 6.* || 7.*
illuminate/database Version ^5.2 || 6.* || 7.*
illuminate/console Version ^5.2 || 6.* || 7.*
illuminate/support Version ^5.2 || 6.* || 7.*
illuminate/database Version ^5.2 || 6.* || 7.*
illuminate/console Version ^5.2 || 6.* || 7.*
The package mcmatters/laravel-db-commands contains the following files
Loading the files please wait ....