PHP Class Laravel\SparkInstaller\Installation\RunSparkInstall

Show file Open project: laravel/spark-installer

Protected Properties

Property Type Description
$command

Public Methods

Method Description
__construct ( NewCommand $command ) : void Create a new installation helper instance.
install ( ) : void Run the installation helper.

Protected Methods

Method Description
command ( ) : string Get the proper Spark installation command.

Method Details

__construct() public method

Create a new installation helper instance.
public __construct ( NewCommand $command ) : void
$command Laravel\SparkInstaller\NewCommand
return void

command() protected method

Get the proper Spark installation command.
protected command ( ) : string
return string

install() public method

Run the installation helper.
public install ( ) : void
return void

Property Details

$command protected property

protected $command