mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -8,13 +8,14 @@ use LaravelZero\Framework\Commands\Command;
|
|||||||
|
|
||||||
class ServeCommand extends Command
|
class ServeCommand extends Command
|
||||||
{
|
{
|
||||||
protected $signature = 'serve';
|
protected $signature = 'serve {host=127.0.0.1}';
|
||||||
|
|
||||||
protected $description = 'Start the shaft server';
|
protected $description = 'Start the shaft server';
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
(new Factory())
|
(new Factory())
|
||||||
|
->setHost($this->argument('host'))
|
||||||
->createServer()
|
->createServer()
|
||||||
->run();
|
->run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user