环境
php 5.6
mysql
Apache
开发工具
PHPstorm
微信小程序开发工具
Postman
Navicat
ThinkPHP5 配置
Composer 安装
git安装
直接下载
ThinkPHP下载
应用项目:https://github.com/top-think/think
核心框架:https://github.com/top-think/framework
项目端命名
服务端Zerg
客户端小程序 Protoss
CMS Terran
phpstorm快捷键 快速查找文件
recent file command + e
全局查找
command + shift + F
全局替换
command + shift + R
tp5自带的web server
cd public
php -S localhost:8080 router.php
网友评论