# yaf-demo **Repository Path**: wxuns/yaf-demo ## Basic Information - **Project Name**: yaf-demo - **Description**: this is a simple demo of yaf-framework - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-17 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 可以按照以下步骤来部署和运行程序: 1.请确保机器Administrator@wxuns已经安装了Yaf框架, 并且已经加载入PHP; 2.把Sample目录Copy到Webserver的DocumentRoot目录下; 3.需要在php.ini里面启用如下配置,生产的代码才能正确运行: yaf.environ="product" 4.重启Webserver; 5.访问http://yourhost/Sample/,出现Hellow Word!, 表示运行成功,否则请查看php错误日志;