\Inhere\Console\BuiltInDevServerCommand

Class DevServerCommand

Summary

Methods
Properties
Constants
aliases()
execute()
No public properties found
No constants found
showHelp()
$name
$description
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : 

Type

$description

$description : 

Type

Methods

aliases()

aliases() 

execute()

execute(\Inhere\Console\IO\Input  $in, \Inhere\Console\IO\Output  $out) : integer|mixed|void

start a php built-in http server for development

Parameters

\Inhere\Console\IO\Input $in
\Inhere\Console\IO\Output $out

Returns

integer|mixed|void

Examples

-S 127.0.0.1:8552 web/index.php
** File not found : {command} **

showHelp()

showHelp() : boolean

Show help information

Throws

\ReflectionException

Returns

boolean