Contracts Component
Version Compatibility
Laravel | Notifier |
---|---|
5.0.x | 3.0.x |
5.1.x | 3.1.x |
Installation
To install through composer, simply put the following in your composer.json
file:
{
"require": {
"orchestra/contracts": "~3.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/contracts=~3.0"