orchestra/model
Model Component for Orchestra Platform
v4.2.0
2019-11-03 04:49 UTC
Requires
- php: >=7.2
- laravie/query-filter: ^1.0.2
- orchestra/contracts: ^4.0
- orchestra/support-core: ^4.0
Requires (Dev)
- mockery/mockery: ^1.2
- orchestra/auth: ^4.0
- orchestra/memory: ^4.0
- orchestra/testbench: ^4.0
- dev-master / 5.0.x-dev
- 4.x-dev
- v4.2.0
- v4.1.0
- v4.0.0
- 3.8.x-dev
- v3.8.4
- v3.8.3
- v3.8.2
- v3.8.1
- v3.8.0
- 3.7.x-dev
- v3.7.2
- v3.7.1
- v3.7.0
- 3.6.x-dev
- v3.6.4
- v3.6.3
- v3.6.2
- v3.6.1
- v3.6.0
- 3.5.x-dev
- v3.5.6
- v3.5.5
- v3.5.4
- v3.5.3
- v3.5.2
- v3.5.1
- v3.5.0
- 3.4.x-dev
- v3.4.0
- 3.3.x-dev
- v3.3.7
- v3.3.6
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- 3.2.x-dev
- v3.2.9
- v3.2.8
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- 3.1.x-dev
- v3.1.9
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.0
- 2.2.x-dev
- v2.2.1
- v2.2.0
- 2.1.x-dev
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- 2.0.x-dev
- v2.0.1
- v2.0.0
README
This repository contains the model code of the Orchestra Platform. If you want to build an application using Orchestra Platform, visit the main repository.
Resources
Version Compatibility
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 |
6.x | 4.x |
Installation
To install through composer, simply put the following in your composer.json
file:
{ "require": { "orchestra/model": "^4.0" } }
And then run composer install
from the terminal.
Quick Installation
Above installation can also be simplify by using the following command:
composer require "orchestra/model=^4.0"