Browse Source

Change document root to public (#16254)

tags/3.0.0-alpha1
Kuts Dmitriy 6 years ago committed by Alexander Makarov
parent
commit
6b99e4f2e4
  1. 2
      framework/console/controllers/ServeController.php

2
framework/console/controllers/ServeController.php

@ -34,7 +34,7 @@ class ServeController extends Controller
/**
* @var string path or [path alias](guide:concept-aliases) to directory to serve
*/
public $docroot = '@app/web';
public $docroot = 'public';
/**
* @var string path to router script.
* See https://secure.php.net/manual/en/features.commandline.webserver.php

Loading…
Cancel
Save