# hello **Repository Path**: guke/hello ## Basic Information - **Project Name**: hello - **Description**: 后台auth权限管理 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-09 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于ThinkPHP 5.0.2开发的auth后台权限管理框架。 后台前端框架采用adminLTE window环境 wamp 配置 1.在“httpd.conf”文件中查找:Include conf/extra/httpd-vhosts.conf 去掉前面的注释#。 2.在 C:\Windows\System32\drivers\etc\hosts文件底部添加 127.0.0.1 hello.com 3.httpd-vhosts.conf文件底部添加网站配置 DocumentRoot "d:/wamp/www/hello/public" ServerName hello.com 4.重启apache 即可