Package Data | |
---|---|
Maintainer Username: | eis3nhorn |
Maintainer Contact: | mario.basic@outlook.com (Mario Bašić) |
Package Create Date: | 2019-10-02 |
Package Last Update: | 2019-10-03 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-21 03:01:29 |
Package Statistics | |
---|---|
Total Downloads: | 4 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
vendor:publish
for Lumen framework 6This is mostly a copy from illuminate/foundation
.
This package contains a single command that enables you to publish a package config file to the config folder of your Lumen application.
composer require eis3nhorn/lumen-vendor-publish
To be able to use it you have to add it to your app/Console/Kernel.php
file:
protected $commands = [
\Eis3nhorn\LumenVendorPublish\VendorPublishCommand::class
];