You can install the package via composer:
composer require mrpunyapal/laravel-extended-commandsYou can publish the config file with:
php artisan vendor:publish --tag="laravel-extended-commands-config"This is the contents of the published config file:
return [
    // Nothing to configure yet.
];php artisan make:builder {name}php artisan make:builder {name} --model={model}php artisan make:model {name} --buildercomposer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.