laravel项目thinksns+安装pc前端页面
前面我们说了laravel项目ThinkSNS+安装,现在要安装给用户看的页面,方便他们进行一些操作,比如发表文字/提问之类,这个已经模块化了,用composer就可以完成。命令行代码如下(之前是composer require zhiyicx/plus-component-web,改了一次为 composer require zhiyicx/plus-component-h5,现在是下面的代码)
composer require slimkit/plus-small-screen-client
然后运行
php artisan package:handle
php artisan package:handle h5 publish
php artisan package:handle h5 link
安装im扩展
composer require zhiyicx/plus-component-im
php artisan package:handle im install
访问www.*.com/h5/看看页面是不是出来了
加微信交流