steve-moretz / lumen-vendor-publish-command
The lost vendor:publish command for Lumen!
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/steve-moretz/lumen-vendor-publish-command
This package is auto-updated.
Last update: 2025-10-15 00:59:27 UTC
README
Install and configure to get it added to your artisan commands list!
Overview
It is simply using VendorPublishCommand.php and VendorTagPublished.php from Laravel Framework itself.
Installation
composer require steve-moretz/lumen-vendor-publish-command
Usage
Automatic
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!
Manual
Register the service provider in bootstrap/app.php of your Lumen installation
$app->register(\SteveMoretz\LumenVendorPublish\Laravel\app\Providers\ServiceProvider::class);
Contributing
Feel free to send PRs.
License
This project is open-source software licensed under the MIT license.