grunt php:启动一个PHP服务器 源码
grunt-php 启动一个 对于开发PHP项目或在其上运行测试很有用。 除了middleware选项外,几乎可以替代 。 使用PHP内置服务器。 安装 $ npm install --save-dev grunt-php 用法 require ( 'load-grunt-tasks' ) ( grunt ) ; grunt . initConfig ( { php : { dist : { options : { port : 5000 } } } } ) ; grunt . registerTask ( 'default' , [ 'php' ] ) ; 例子 启动一个持久PHP服务器并在浏览器中打开 grunt . initConfig ( { php : { test : { options : { keepAlive :
文件列表
grunt-php-main.zip
(预估有个23文件)
grunt-php-main
.gitignore
23B
gruntfile.js
2KB
package.json
756B
.npmrc
19B
.github
workflows
main.yml
450B
funding.yml
91B
license
1KB
暂无评论