orchestral / support-core by crynobone

Support (Core) Component for Orchestra Platform
125,525
2
3
Package Data
Maintainer Username: crynobone
Maintainer Contact: crynobone@gmail.com (Mior Muhammad Zaki)
Package Create Date: 2014-10-06
Package Last Update: 2022-03-13
Home Page: https://github.com/orchestral/support
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:03:20
Package Statistics
Total Downloads: 125,525
Monthly Downloads: 327
Daily Downloads: 14
Total Stars: 2
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Support (Core) Component for Laravel for Orchestra Platform

Support (Core) Component includes a basic set of classes for Laravel and Orchestra Platform.

Latest Stable Version Total Downloads Latest Unstable Version License

Table of Content

Version Compatibility

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

Installation

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

{
    "require": {
        "orchestra/support-core": "^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-core=^3.5"