PHP built-in server integration

Comparing #3 with #4

Revision #4 was created by Headshaker Headshaker on Aug 5, 2015, 4:33:35 PM.

Delete personal data

Content

[...]
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.
[...]