Looking to hire Laravel developers? Try LaraJobs

laravel-package-command maintained by lee-to

Description
Package development command
Author
Last update
2024/12/22 17:01 (dev-master)
License
Links
Downloads
291 821

Comments
comments powered by Disqus

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'