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