# webman **Repository Path**: tbqphp/webman ## Basic Information - **Project Name**: webman - **Description**: php workerman webman - **Primary Language**: PHP - **License**: MIT - **Default Branch**: tbq-master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-28 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 待加入功能 将bookmarks整理成一个包 分词 全文搜索 发邮件功能 https://packagist.org/packages/yzh52521/webman-hash ## 当前tag: 1.5.5 ## 版本 "name": "workerman/webman-framework", "version": "v1.5.19", "name": "tinywan/jwt", "version": "v1.6.3", "name": "webman/console", "version": "v1.3.9", https://www.workerman.net/doc/webman-admin/ http://localhost:8787/app/admin ## 修改 vendor/shopwwi/webman-search/src/TraitFace/SettingsTrait.php public function updateFilterableAttributes(array $filterableAttributes): array { return $this->meilisearch->index($this->_index)->updateFilterableAttributes($filterableAttributes); } public function resetFilterableAttributes(): array { return $this->meilisearch->index($this->_index)->resetFilterableAttributes(); } // Settings - Sortable Attributes public function getSortableAttributes(): array { return $this->meilisearch->index($this->_index)->getSortableAttributes(); ##