| Package Data | |
|---|---|
| Maintainer Username: | roshan059 |
| Maintainer Contact: | roshan@mavorion.com (Roshan Shrestha) |
| Package Create Date: | 2022-12-21 |
| Package Last Update: | 2022-12-21 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-05 15:00:11 |
| Package Statistics | |
|---|---|
| Total Downloads: | 18 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
vendor:publish for Lumen frameworkThis package contains a single command borrowed from the Laravel framework that enables you to use php artisan vendor:publish in your Lumen application.
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.
composer require hypesewa/hype-vender-publish
To be able to use it you have to add it to your app/Console/Kernel.php file:
protected $commands = [
\Hypesewa\HypeVenderPublish\VendorPublishCommand::class
];
LumenVendorPublish is open-source software licensed under the MIT license.