Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lee-to/laravel-package-command
https://github.com/lee-to/laravel-package-command
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lee-to/laravel-package-command
- Owner: lee-to
- License: mit
- Created: 2023-01-31T10:15:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T14:53:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T12:08:12.218Z (10 days ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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'`