結(jié)合帖子分享,成功安裝,總結(jié)如下
1.安裝webman
composer create-project workerman/webman
2.webman框架升級(jí),安裝console,webman安裝
composer require workerman/webman-framework ^1.4.0
&& composer require webman/console ^1.0.27 && php webman install
3.安裝webman/admin
composer require webman/admin --with-all-dependencies
4.配置數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)庫(kù)sql
啟動(dòng) php start.php start
嘗鮮體驗(yàn),期待webman/admin帶來(lái)更多精彩……