hypesewa/hype-vender-publish

Lumen 框架的 vendor:publish。

1.0.0 2022-12-21 04:54 UTC

This package is auto-updated.

Last update: 2024-09-21 08:49:04 UTC


README

此包包含从 Laravel 框架借用的一条命令,允许你在 Lumen 应用中使用 php artisan vendor:publish

概述

此包包含来自 Illuminate/Foundation/Console/VendorPublishCommand 的类的一个副本。

此仓库现在遵循 Lumen 框架的版本。 使用适用于您的 Lumen 应用的此包的适当版本。 例如,Lumen ^8.0 -> LumenVendorPublish ^8.0. 等。

安装

composer require hypesewa/hype-vender-publish

使用方法

要使用它,您必须将其添加到您的 app/Console/Kernel.php 文件中

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

许可证

LumenVendorPublish 是开源软件,许可协议为 MIT 许可证