5分钟快速开始
5分钟快速开始一个新项目
创建项目
composer create-project wangxian/ephp-installer=dev-master myapp --prefer-dist
运行
cd myapp/
# 运行开发服务器
bin/webdev
您将会看到以下界面
____ __ __ ____
/\ _`\ /\ \/\ \/\ _`\
__\ \ \ \ \ \ \_\ \ \ \ \ \
/'__`\ \ ,__/\ \ _ \ \ ,__/
/\ __/\ \ \ \ \ \ \ \ \ \
\ \____ \ \_\ \ \_\ \_\ \_\
\/____/ \/_/ \/_/\/_/\/_/ v7.0.2
PHP Development Server started ...
Listening on http://127.0.0.1:8000/
Document root is /Volumes/DATA/htdocs/ePHP/ephp-installer/public
Press Ctrl-C to quit.
-----------------------------------
使用浏览器访问 http://127.0.0.1:8000/
是不是特别激动?马上动手尝试一番吧!
接下来让我们一起更深入的了解额 ePHP 其他特性。