LaravelPackages.net
Acme Inc.
Toggle sidebar
lee-to/laravel-package-command

Package development command

338.488
5
0.9.2
About lee-to/laravel-package-command

lee-to/laravel-package-command is a Laravel package for package development command. It currently has 5 GitHub stars and 338.488 downloads on Packagist (latest version 0.9.2). Install it with composer require lee-to/laravel-package-command. Discover more Laravel packages by lee-to or browse all Laravel packages to compare alternatives.

Last updated

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'
Comments