zangyd/zshop-api

high performance mall framework system for Zshop


Keywords
framework, php, shop, vue, Zshop
License
Other

Documentation

ZShop 商城框架系统

安装

将项目下的public目录设为web访问目录,第一次访问时会进入安装向导,通过向导完成安装。

快速启动

切换到项目public目录下,输入命令行php -S 127.0.0.1:8080 router.php,便可使用 PHP 自带的webserver服务快速访问,按键Ctrl + C退出服务。

建议使用IP启动,避免使用localhost,并且此方法只适合调试环境。