nimaw/lara-commands

Laravel extra commands not exists in core commands list.

1.1.3 2022-01-13 20:19 UTC

This package is auto-updated.

Last update: 2025-01-21 14:42:30 UTC


README

A package for more Laravel commands.

Installation

This package can be installed via Composer:

composer require nimaw/lara-commands --dev

The Nimaw\LaraCommands\LaraCommandsServiceProvider is auto-discovered and registered by default.

If you want to register it yourself, add the ServiceProvider in config/app.php:

'providers' => [
    /*
     * Package Service Providers...
     */
    Nimaw\LaraCommands\LaraCommandsServiceProvider::class,
]

Usage

After finish installation you can use command's easly.

Credits

License

The MIT License (MIT). Please see License File for more information.