2 changed files with 0 additions and 0 deletions
@ -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) |
||||
|
|
Loading…
Reference in new issue