Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 394 Bytes

install.md

File metadata and controls

18 lines (10 loc) · 394 Bytes

安装

注意 要求 php>=7.2 webman>=1.4

  1. 安装

如果是webman是1.x版本执行 composer require -W webman/admin ~1.0

如果是webman是2.x版本执行 composer require -W webman/admin ~2.0

  1. 重启webman

  2. 访问 http://127.0.0.1:8787/app/admin/ 完成数据库相关配置

文件位置

webman/admin 会被安装于{主项目}/plugin/admin目录下