orchestral / support-providers by crynobone

Support (Providers) Component for Laravel and Orchestra Platform
144,202
3
1
Package Data
Maintainer Username: crynobone
Maintainer Contact: crynobone@gmail.com (Mior Muhammad Zaki)
Package Create Date: 2014-12-09
Package Last Update: 2022-03-13
Home Page: https://github.com/orchestral/support
Language: PHP
License: MIT
Last Refreshed: 2026-02-13 03:00:59
Package Statistics
Total Downloads: 144,202
Monthly Downloads: 2,518
Daily Downloads: 112
Total Stars: 3
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Support (Providers) Component for Laravel for Orchestra Platform

Support (Providers) Component includes some Service Provider helper classes and traits for Laravel and Orchestra Platform.

Latest Stable Version Total Downloads Latest Unstable Version License

Table of Content

Version Compatibility

Laravel | Support (Providers) :----------|:---------- 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x. | 3.7.x 5.8.x | 3.8.x@dev

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "orchestra/support-providers": "^3.5"
    }
}

And then run composer install from the terminal.

Quick Installation

Above installation can also be simplify by using the following command:

composer require "orchestra/support-providers=^3.5"