-
Notifications
You must be signed in to change notification settings - Fork 133
命令行
TIGERB edited this page May 21, 2017
·
1 revision
cli脚本
以命令行的方式运行框架。
php cli --method=<module.controller.action> --<arguments>=<value> ...
例如, php cli --method=demo.index.get --username=easy-php
获取帮助:
使用命令 php cli 或者 php cli --help
build脚本
打包PHP项目脚本,打包整个项目到runtime/build目录,例如:
runtime/build/App.20170505085503.phar
<?php
// 入口文件引入包文件即可
require('runtime/build/App.20170505085503.phar');
A Faster Lightweight Full-Stack PHP Framework Power by TIGERB