2024.05.02 證書信息: 2024.05.03 buildinpublic #一天造一個(gè)項(xiàng)目 自動(dòng)化申請(qǐng)證書與批量部署證書到寶塔面板搞定了,支持單個(gè)證書任意多個(gè)域名,支持任意級(jí)別域名泛解析。支持跨多臺(tái)服務(wù)器進(jìn)行證書部署。 接下來就是設(shè)計(jì)數(shù)據(jù)結(jié)構(gòu),頁面結(jié)構(gòu),優(yōu)化代碼流程,做用戶端頁面。然后對(duì)外提供服務(wù)。 ...
buildinpublic 翻譯折優(yōu) https://translate.plugins-world.cn 。拖延了 1 年多,用了一天時(shí)間完成前端后端開發(fā)工作,并部署上線。終于面世,粗糙的第一版,滿足核心功能,翻譯與折優(yōu)對(duì)比。 第一版的技術(shù)棧: nuxt3, vue2 語法,bootstrap 框架,laravel 11 與插件世界的結(jié)合。部署于寶塔。 2024.04.30 技術(shù)細(xì)節(jié):翻譯折優(yōu),部署于國內(nèi)寶塔,采用...
通過在自定義進(jìn)程中啟動(dòng) phpsocketio,并通過 io 在前端進(jìn)行連接。測試可以訪問成功。 這里是代碼片段:https://discuss.plugins-world.cn/post/owle1ScG ...
<?php Events { public static function onWorkerStart(BusinessWorker $worker) { var_dump(sprintf('%s #%s start', $worker->name, $worker->id)); Events::$worker = $worker; ...
論壇:https://laravel-workerman.iwnweb.com/d/11-php-pack-unpack pack 文檔:https://www.php.net/manual/en/function.pack.php unpack 文檔:https://www.php.net/manual/en/function.unpack.php PHP中pack、unpack的詳細(xì)用法:https://segm...
論壇:https://laravel-workerman.iwnweb.com/d/9-gateway-events <?php abstract class AbstractEvent { protected $eventType; public function handle($connection, array $event) { if ($this->e...
論壇 訪問地址 https://laravel-workerman.iwnweb.com/ 引入 webman/push 適配說明文檔 https://github.com/mouyong/laravel-octane-workerman/tree/gatewayworker/webman_plugin_require_example 在 laravel 框架中引入 webman plugin 1. 添加插件安裝腳...
https://github.com/mouyong/laravel-octane-workerman 通過 gatewayworker 啟動(dòng) laravel 項(xiàng)目,讓 laravel 在物聯(lián)網(wǎng)中的開發(fā)更加方便。通過 API 獲取并與不同的網(wǎng)關(guān)進(jìn)行通信。...
1. 在 Homestead/scripts/site-types/ 目錄下創(chuàng)建 webman.sh 腳本文件。 內(nèi)容如下: #!/usr/bin/env bash declare -A params=$6 # Create an associative array declare -A headers=${9} # Create an associative array declare -A ...