joelhy / lumen-vendor-publish

Vendor publish command for Lumen framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vendor:publish for Lumen framework

Latest Stable Version Total Downloads Latest Unstable Version License

This is a fork of laravelista/lumen-vendor-publish, which 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 joelhy/lumen-vendor-publish

Usage

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

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

About

Vendor publish command for Lumen framework.

License:MIT License


Languages

Language:PHP 100.0%