Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lee-to/laravel-package-command


https://github.com/lee-to/laravel-package-command

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

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
```shell
composer require lee-to/laravel-package-command
```
### Usage

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