mcmatters/laravel-db-commands
Laravel DB Commands
Package with laravel database commands.
Installation
composer require mcmatters/laravel-db-commands
If you don't use package discovering feature, then just include the service provider within your config/app.php file.
'providers' => [
McMatters\LaravelDbCommands\ServiceProvider::class,
]
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.
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658