网页推送在本地的iframe上运行良好,但当我上传到云服务器时,它不能只在chrome或chrome浏览器中工作。 我已经开发了一个从Iframe提供服务的webpush微服务。这在本地运行得很好,但当我上传到云服务器时,它并不只在chrome或chrome浏览器中工作。你可以从https:alemran.me进行检查(点击机器人中的^图标)。 Web Worker: self.addEventListener('push', function (event) {
if (!(self.Notification && self.Notification
使用laravel websocket库进行实时通知的laravel站点工作:
https://beyondco.de/docs/laravel-websockets/getting-started/introduction
在本地服务器上,我必须运行以下命令才能工作:
php artisan websockets:serve
Starting the WebSocket server on port 6001...
现在我已经把网站上传到了云道托管。
如何实现命令以始终运行服务器?
php artisan websockets:serve
我正在使用两个不同的服务器,并在它们之间上传文件。从一个到另一个。但这是行不通的。当两者都在我的本地主机上时,但当我想要将文件从本地主机上传到另一台云服务器上时,它可以工作。它给了我这个错误:
Warning: move_uploaded_file(/var/www/data/user-blue.png): failed to open stream:
Permission denied in /var/www/upload.php on line 67
Warning: move_uploaded_file(): Unable to move '/tmp/phpVBiL