| Package Data | |
|---|---|
| Maintainer Username: | Stevemoretz |
| Maintainer Contact: | sm.steve.moretz@gmail.com (sm.steve.moretz) |
| Package Create Date: | 2021-10-14 |
| Package Last Update: | 2021-10-14 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-02 03:00:33 |
| Package Statistics | |
|---|---|
| Total Downloads: | 31 |
| Monthly Downloads: | 5 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
vendor:publish Command for LumenInstall and configure to get it added to your artisan commands list!
It is simply using VendorPublishCommand.php and VendorTagPublished.php from Laravel Framework itself.
composer require steve-moretz/lumen-vendor-publish-command
use https://github.com/LaraPKG/lumen-discovery for adding auto-discovery to your lumen, so you won't have to do any manual Service Provider Registry for any package!
Register the service provider in bootstrap/app.php of your Lumen installation
$app->register(\SteveMoretz\LumenVendorPublish\Laravel\app\Providers\ServiceProvider::class);
Feel free to send PRs.
This project is open-source software licensed under the MIT license.