diff --git a/php安装说明.docx b/php安装说明.docx new file mode 100644 index 0000000..7156059 --- /dev/null +++ b/php安装说明.docx @@ -0,0 +1,24 @@ +Windows安装步骤 +所有目录不要中文、空格 +安装phpstudy +https://www.xp.cn/download.html +安装php8 + +将php8加入环境变量 +安装composer +https://getcomposer.org/Composer-Setup.exe + +进入项目目录,cmd + +运行composer i +启动项目 php ./artisan serve +如果要更换端口 php artisan serve --port=8888 +手环网页浏览 http://127.0.0.1:8000/lora2 +足底http://127.0.0.1:8000 + + + +使用lavavel9框架 +文档地址: +部署 | 入门指南 |《Laravel 9 中文文档 9.x》| Laravel China 社区 (learnku.com) + diff --git a/public/nginx.htaccess b/public/nginx.htaccess new file mode 100644 index 0000000..e69de29