hypesewa / hype-vender-publish
vendor:publish for Lumen framework.
Installs: 18
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hypesewa/hype-vender-publish
Requires
- php: >=8.0.0
- illuminate/console: ^9.44
- illuminate/support: ^9.44
- league/flysystem: ^3.11
This package is auto-updated.
Last update: 2025-09-21 11:09:58 UTC
README
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.