basicit / lumen-vendor-publish
vendor:publish for Lumen framework.
Fund package maintenance!
Patreon
Installs: 80 287
Dependents: 2
Suggesters: 1
Security: 0
Stars: 204
Watchers: 5
Forks: 33
Open Issues: 0
Requires
- illuminate/console: ^8.0
- illuminate/filesystem: ^8.0
- illuminate/support: ^8.0
- league/flysystem: ^1.0.8
This package is auto-updated.
Last update: 2021-09-11 15:44:04 UTC
README
Abandoned. Do not use. See here for explanation.
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 laravelista/lumen-vendor-publish=^8.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.