eis3nhorn/lumen-vendor-publish

vendor:publish for Lumen framework.
4
Install
composer require eis3nhorn/lumen-vendor-publish
Latest Version:2.1.0
License:MIT
Last Updated:Oct 3, 2019
Links: GitHub  ·  Packagist
Maintainer: eis3nhorn

vendor:publish for Lumen framework 6

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 file to the config folder of your Lumen application.

Installation

composer require eis3nhorn/lumen-vendor-publish

Usage

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

protected $commands = [
    \Eis3nhorn\LumenVendorPublish\VendorPublishCommand::class
];