Skip to content

Commit

Permalink
Merge pull request #3770 from markhuot/feature/serve
Browse files Browse the repository at this point in the history
Console serve command
  • Loading branch information
brandonkelly committed Feb 13, 2019
2 parents 2890424 + 55289c4 commit 3482c17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/console/controllers/ServeController.php
@@ -0,0 +1,14 @@
<?php

namespace craft\console\controllers;

use yii\console\controllers\ServeController as BaseServeController;

class ServeController extends BaseServeController {

/**
* @var string path or [path alias](guide:concept-aliases) to directory to serve
*/
public $docroot = '@webroot';

}

0 comments on commit 3482c17

Please sign in to comment.