Skip to content

forks/lumen-vendor-publish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LumenVendorPublish

Latest Stable Version Total Downloads Latest Unstable Version License

This is mostly a copy from illuminate/foundation.

This package contains a single command that enables you to publish a package config to the config folder.

Installation

composer require basicit/lumen-vendor-publish

Usage

To be able to use it you have to add it to your app/Console/Kernel.php file:

protected $commands = [
    'BasicIT\LumenVendorPublish\VendorPublishCommand'
];

About

Vendor publish command for Lumen framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%