Package Data | |
---|---|
Maintainer Username: | crynobone |
Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) |
Package Create Date: | 2013-10-05 |
Package Last Update: | 2022-03-08 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-19 03:26:01 |
Package Statistics | |
---|---|
Total Downloads: | 157,993 |
Monthly Downloads: | 711 |
Daily Downloads: | 32 |
Total Stars: | 8 |
Total Watchers: | 4 |
Total Forks: | 9 |
Total Open Issues: | 2 |
This repository contains the model code of the Orchestra Platform. If you want to build an application using Orchestra Platform, visit the main repository.
Laravel | Model :----------|:---------- 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x | 3.7.x 5.8.x | 3.8.x
To install through composer, simply put the following in your composer.json
file:
{
"require": {
"orchestra/model": "^3.5"
}
}
And then run composer install
from the terminal.
Above installation can also be simplify by using the following command:
composer require "orchestra/model=^3.5"