Changes
Title
unchanged
PHP built-in server integration
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
yii2, webserver, server, php server, command line
Content
changed
[...]
use yii\console\Controller;
/**
* This command runs PHP built in web server
*
* @author Mariusz Soltys <contact@newairhost.com>Headshaker
*/
class ServeController extends Controller
{
/**
* This command echoes what you have entered as the message.[...]