Laravel\SparkInstaller\Installation\CreateLaravelProject::__construct PHP Method

__construct() public method

Create a new installation helper instance.
public __construct ( NewCommand $command, string $name ) : void
$command Laravel\SparkInstaller\NewCommand
$name string
return void
    public function __construct(NewCommand $command, $name)
    {
        $this->name = $name;
        $this->command = $command;
    }
CreateLaravelProject