hypesewa / hype-vender-publish
vendor:publish for Lumen framework.
1.0.0
2022-12-21 04:54 UTC
Requires
- php: >=8.0.0
- illuminate/console: ^9.44
- illuminate/support: ^9.44
- league/flysystem: ^3.11
This package is auto-updated.
Last update: 2024-11-21 09:21:45 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.