class Serve extends Command (View source)

Methods

info($text, $newline = true)

No description

from  Command
warning($text, $newline = true)

No description

from  Command
error($text, $newline = true)

No description

from  Command
void
run(array $arguments = [])

Jalankan development server.

Details

protected info($text, $newline = true)

No description

Parameters

$text
$newline

protected warning($text, $newline = true)

No description

Parameters

$text
$newline

protected error($text, $newline = true)

No description

Parameters

$text
$newline

void run(array $arguments = [])

Jalankan development server.

Parameters

array $arguments

Return Value

void