PHP Class REBELinBLUE\Deployer\Github\LatestRelease

Show file Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( Illuminate\Contracts\Cache\Repository $cache ) LatestRelease constructor.
latest ( ) : false | string Get the latest release from Github.

Method Details

__construct() public method

LatestRelease constructor.
public __construct ( Illuminate\Contracts\Cache\Repository $cache )
$cache Illuminate\Contracts\Cache\Repository

latest() public method

Get the latest release from Github.
public latest ( ) : false | string
return false | string