lee-to/laravel-package-command

Package development command

0.9.1 2023-01-31 10:29 UTC

This package is auto-updated.

Last update: 2024-04-29 05:00:08 UTC


README

The base class of the console command with a set of methods for package developers

Applies to console commands to install a package

It is convenient if your package adds stubs during installation, service providers

Installation

composer require lee-to/laravel-package-command

Usage

  • Change Illuminate\Console\Command to Leeto\PackageCommand\Command
  • Set protected string $stubsDir = 'Path to stubs dir'