steve-moretz/lumen-vendor-publish-command

The lost vendor:publish command for Lumen!
177 1
Install
composer require steve-moretz/lumen-vendor-publish-command
Latest Version:v8.0.0
Last Updated:Oct 14, 2021
Links: GitHub  ·  Packagist
Maintainer: Stevemoretz

The Lost vendor:publish Command for Lumen

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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

622,487,850 9,703
laravel/framework

The Laravel Framework.

568,663,231 34,884
laravel/tinker

Powerful REPL for the Laravel framework.

478,440,860 7,440