Skip to content

lee-to/laravel-package-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages