hypesewa/hype-vender-publish

vendor:publish for Lumen framework.
18
Install
composer require hypesewa/hype-vender-publish
Latest Version:1.0.0
PHP:>=8.0.0
License:MIT
Last Updated:Dec 21, 2022
Links: GitHub  ·  Packagist
Maintainer: roshan059

vendor:publish for Lumen framework

This package contains a single command borrowed from the Laravel framework that enables you to use php artisan vendor:publish in your Lumen application.

Overview

This package contains a copy of the class from Illuminate/Foundation/Console/VendorPublishCommand.

This repository now follows the Lumen framework versioning. Use the appropriate version of this package for your Lumen application. eg. Lumen ^8.0 -> LumenVendorPublish ^8.0. etc.

Installation

composer require hypesewa/hype-vender-publish

Usage

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

    protected $commands = [
        \Hypesewa\HypeVenderPublish\VendorPublishCommand::class
    ];

License

LumenVendorPublish is open-source software licensed under the MIT license.