前面我们说了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

laravel项目thinksns+安装pc前端页面

  安装im扩展

composer require zhiyicx/plus-component-im
php artisan package:handle im install

  访问www.*.com/h5/看看页面是不是出来了

相关文章:

  • 2021-12-30
  • 2021-12-19
  • 2021-11-08
  • 2021-07-17
  • 2021-11-15
  • 2021-07-09
  • 2021-07-20
  • 2022-12-23
猜你喜欢
  • 2021-09-23
  • 2021-08-16
  • 2022-12-23
  • 2021-10-24
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案