lumphp / lumen-vendor-publish by lumphp
forked from laravelista/lumen-vendor-publish

vendor:publish for Lumen framework.
5
0
1
Package Data
Maintainer Username: lumphp
Maintainer Contact: mario@laravelista.hr (Mario Bašić)
Package Create Date: 2020-10-03
Package Last Update: 2020-10-03
Language: PHP
License: MIT
Last Refreshed: 2024-04-12 03:14:56
Package Statistics
Total Downloads: 5
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

vendor:publish for Lumen framework

fork from laravelista/lumen-vendor-publish

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

Become a Patron

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 ^5.5 -> LumenVendorPublish ^5.5. etc.

Installation

composer require laravelista/lumen-vendor-publish=^7.0

Usage

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

protected $commands = [
    \Laravelista\LumenVendorPublish\VendorPublishCommand::class
];

Sponsors & Backers

I would like to extend my thanks to the following sponsors & backers for funding my open-source journey. If you are interested in becoming a sponsor or backer, please visit the Backers page.

Contributing

Thank you for considering contributing to LumenVendorPublish! The contribution guide can be found Here.

Code of Conduct

In order to ensure that the open-source community is welcoming to all, please review and abide by the Code of Conduct.

License

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