我试图在我的Laravel 5网站上安装HOA/Websockets
包,
从下面的链接
https://laracasts.com/discuss/channels/tips/hoawebsocket-with-laravel-5-projects-push-notifications但是当我添加
"require": {
"hoa/websocket": "~2.0"
}
In my composer and run
composer install
但是在我的命令提示符中没有显示要安装的东西。有谁能帮我一下吗?
当我尝试做
composer require "hoa/websocket": "~2.0"
它正在卸载一些软件包,而不是重新安装。
我是这样修改的
刚刚复制了安装在Vendor文件夹(Vendor/HOA)中的新包,
然后我粘贴在我的旧备份供应商文件夹,并将其粘贴回我的网站和瞧!!
希望它能帮助一些需要的人由于