This is mostly a copy from illuminate/foundation
.
This package contains a single command that enables you to publish a package config to the config folder.
composer require basicit/lumen-vendor-publish
To be able to use it you have to add it to your app/Console/Kernel.php
file:
protected $commands = [
'BasicIT\LumenVendorPublish\VendorPublishCommand'
];