likai/yii-webserver 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

likai/yii-webserver

Composer 安装命令:

composer require likai/yii-webserver

包简介

Yii development web server

README 文档

README

Requirement

  • PHP >= 5.4
  • Yii Framework

Installation

Using composer install

Add package to require-dev section of composer.json file

{
	"require-dev": {
		"likai/yii-webserver": "dev-master"
	}
}

Update composer from terminal

composer update

Config

Set path alias to your your-project/protected/config/console.php file to the first line

Yii::setPathOfAlias('Likai', __DIR__ . '/../../vendor/likai/yii-webserver/src/Likai');

Add command to your your-project/protected/config/console.php file

return array(
    'commandMap' => array(
        'serve' => array(
            'class' => '\\Likai\\YiiWebserver\\ServerCommand',
            'host' => '127.0.0.1',
            'port' => '8888',
        ),
    ),
);

Manual install

  • Download yii-webserver.zip
  • Unzip this file
  • Move directory likai/yii-webserver/src/Likai/YiiWebserver to your-project/protected/extensions/YiiWebserver

Config

Add commandMap to your your-project/protected/config/console.php file

return array(
    'commandMap' => array(
        'serve' => array(
            'class' => 'ext.YiiWebserver.ServerCommand',
            'host' => '127.0.0.1',
            'port' => '8888',
        ),
    ),
);

Usage

yiic serve index [--host=] [--port=] [--root=] [--router=]

DESCRIPTION
    This command provider development web server

PARAMETERS
    --host host address
    --port host port
    --root document root
    --router router script file

统计信息

  • 总下载量: 125
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: New
  • 更新时间: 2013-07-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固