larrymckuydee/artisan-command-extra

Provide more commands for more wholesome artisan experience
1,683
Install
composer require larrymckuydee/artisan-command-extra
Latest Version:v1.0.1
PHP:^7.2
Last Updated:May 6, 2021
Links: GitHub  ·  Packagist
Maintainer: LarryMckuydee

Artisan Extra Command

Artisan extra command aims to provide more command and automation to laravel php artisan to help speed up development speed for all laravel developers.

How it works ?

Basically, it just extends from laravel Command class

Installation

Install via composer composer require larrymckuydee/artisan-command-extra

Include into app/Console/Kernel.php

Database Migrations

use ArtisanCommandExtra\Console\Migrations as Migrations;

...

class Kernel extends ConsoleKernel
{
...
    protected $command = [
        Migrations\CreateCommand::class,
	Migrations\DropCommand::class
    ];
...
}

Authors

  • LarryMckuydee

Related Packages

nwidart/db-exporter-l4.0

Export your database quickly and easely as a Laravel Migration and all the data...

15 5
hadeluca/db-exporter

this is a package for Laravel Framework to export, via command line, Database in...

1,081 4
nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data...

39,135 377
elimuswift/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data...

4,696 36
vcoder7/ltools

Laravel helper tools

2,647 1