| 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: | 2025-10-30 03:15:47 |
| Package Statistics | |
|---|---|
| Total Downloads: | 51,281 |
| Monthly Downloads: | 66 |
| Daily Downloads: | 3 |
| Total Stars: | 6 |
| Total Watchers: | 1 |
| Total Forks: | 5 |
| Total Open Issues: | 0 |
Support (Facades) Component includes a basic set of classes for Laravel and Orchestra Platform.
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@dev
To install through composer, simply put the following in your composer.json file:
{
"require": {
"orchestra/support-facades": "^3.5"
}
}
And then run composer install from the terminal.
Above installation can also be simplify by using the following command:
composer require "orchestra/support-facades=^3.5"