All Projects → laravelista → Lumen Vendor Publish

laravelista / Lumen Vendor Publish

Licence: mit
Vendor publish command for Lumen framework.

Projects that are alternatives of or similar to Lumen Vendor Publish

Zipkin Php
Zipkin instrumentation for PHP
Stars: ✭ 190 (-2.06%)
Mutual labels:  hacktoberfest
Bootstrap Italia
Bootstrap Italia è un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (-0.52%)
Mutual labels:  hacktoberfest
Tech Interview Preparation
A one stop solution to ace your next coding interview 👨‍💻
Stars: ✭ 188 (-3.09%)
Mutual labels:  hacktoberfest
News
TYPO3 Extension news
Stars: ✭ 192 (-1.03%)
Mutual labels:  hacktoberfest
Add Event To Calendar Docs
📅 Docs how to generate links to add events to online calendar services
Stars: ✭ 193 (-0.52%)
Mutual labels:  hacktoberfest
Aaru
Aaru Data Preservation Suite
Stars: ✭ 193 (-0.52%)
Mutual labels:  hacktoberfest
Eazypermissions
Android library to handle runtime permission through Kotlin coroutines and Livedata.
Stars: ✭ 192 (-1.03%)
Mutual labels:  hacktoberfest
Offline Qr Code
📱 Browser add-on allowing you to quickly generate a QR code offline with the URL of the open tab or other text!
Stars: ✭ 193 (-0.52%)
Mutual labels:  hacktoberfest
Agents.jl
Agent-based modeling framework in Julia
Stars: ✭ 189 (-2.58%)
Mutual labels:  hacktoberfest
Xcode Install
🔽 Install and update your Xcodes
Stars: ✭ 2,367 (+1120.1%)
Mutual labels:  hacktoberfest
Build Emacs For Macos
Somewhat hacky script to automate building of Emac.app on macOS.
Stars: ✭ 192 (-1.03%)
Mutual labels:  hacktoberfest
Typed Vuex
🏦 A typed store accessor for vanilla Vuex.
Stars: ✭ 193 (-0.52%)
Mutual labels:  hacktoberfest
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+1097.42%)
Mutual labels:  hacktoberfest
Supermarket
Chef's community platform
Stars: ✭ 192 (-1.03%)
Mutual labels:  hacktoberfest
Icalendar Generator
Generate calendars in the iCalendar format
Stars: ✭ 193 (-0.52%)
Mutual labels:  hacktoberfest
Es.reactjs.org
React documentation website in Spanish
Stars: ✭ 192 (-1.03%)
Mutual labels:  hacktoberfest
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (-1.03%)
Mutual labels:  hacktoberfest
Opencast
The free and open source solution for automated video capture and distribution at scale.
Stars: ✭ 194 (+0%)
Mutual labels:  hacktoberfest
Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (+0%)
Mutual labels:  hacktoberfest
Swagger Js
Javascript library to connect to swagger-enabled APIs via browser or nodejs
Stars: ✭ 2,319 (+1095.36%)
Mutual labels:  hacktoberfest

vendor:publish for Lumen framework

This package contains a single command borrowed from the Laravel framework that enables you to use php artisan vendor:publish in your Lumen application.

Become a Patron

Overview

This package contains a copy of the class from Illuminate/Foundation/Console/VendorPublishCommand.

This repository now follows the Lumen framework versioning. Use the appropriate version of this package for your Lumen application. eg. Lumen ^8.0 -> LumenVendorPublish ^8.0. etc.

Installation

composer require laravelista/lumen-vendor-publish=^8.0

Usage

To be able to use it you have to add it to your app/Console/Kernel.php file:

protected $commands = [
    \Laravelista\LumenVendorPublish\VendorPublishCommand::class
];

Sponsors & Backers

I would like to extend my thanks to the following sponsors & backers for funding my open-source journey. If you are interested in becoming a sponsor or backer, please visit the Backers page.

Contributing

Thank you for considering contributing to LumenVendorPublish! The contribution guide can be found Here.

Code of Conduct

In order to ensure that the open-source community is welcoming to all, please review and abide by the Code of Conduct.

License

LumenVendorPublish is open-source software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].