PHP Class Laravel\SparkInstaller\Installation\CreateLaravelProject

Show file Open project: laravel/spark-installer

Protected Properties

Property Type Description
$command
$name

Public Methods

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

Method Details

__construct() public method

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

install() public method

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

Property Details

$command protected property

protected $command

$name protected property

protected $name