roshan059 / hype-package-vendor-publish by roshan059

vendor:publish for Lumen framework.
8
0
1
Package Data
Maintainer Username: roshan059
Maintainer Contact: roshan@mavorion.com (Roshan Shrestha)
Package Create Date: 2022-12-21
Package Last Update: 2022-12-21
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:00:13
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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.