| Package Data | |
|---|---|
| Maintainer Username: | mazfreelance |
| Maintainer Contact: | freelance@mohdazmin.com (Mazfreelance) |
| Package Create Date: | 2022-06-17 |
| Package Last Update: | 2023-07-25 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-05 15:00:15 |
| Package Statistics | |
|---|---|
| Total Downloads: | 661 |
| Monthly Downloads: | 6 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
vendor:publish for Lumen frameworklaravelista/lumen-vendor-publish is abandoned.
This 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 ^9.0 -> LumenVendorPublish ^9.0. etc.
composer require mazfreelance/lumen-vendor-publish=^9.0
To be able to use it you have to add it to your app/Console/Kernel.php file:
protected $commands = [
\Mazfreelance\LumenVendorPublish\VendorPublishCommand::class
];
Thank you for considering contributing to LumenVendorPublish!
In order to ensure that the open-source community is welcoming to all.
LumenVendorPublish is open-source software licensed under the MIT license.