美文网首页
微信小程序商城构建全栈应用

微信小程序商城构建全栈应用

作者: 轩辕夜空 | 来源:发表于2019-01-04 09:54 被阅读88次

环境

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

相关文章

网友评论

      本文标题:微信小程序商城构建全栈应用

      本文链接:https://www.haomeiwen.com/subject/hueqrqtx.html