插件地址 https://www.workerman.net/plugin/108 示例中使用到的登入Auth插件 https://www.workerman.net/plugin/24 webman-socialite webman-socialite 是一个 OAuth2 社会化认证工具。 它借鉴于 laravel/socialite ,你可以轻易的运行在webman的laravel/tp/yii等项目中使用它 ...
安装 php 7.x composer require shopwwi/laravel-cache illuminate/cache ^8.0 php 8.x composer require shopwwi/laravel-cache 配置文件 //路径 config/laravelcache.php 支持驱动 apc array file 本地缓存 redis 缓存 memcached 缓存 ...
安装 composer require shopwwi/webman-scout 如果觉得方便了你 不要吝啬你的小星星哦 tycoonSong8988354@qq.com 不适用于非 laravel orm 此插件源于laravel/scout 感谢伟大的开源付出 使用方法 设置 当使用 xunsearch 时,需提前在config/plugin/shopwwi/scout/ini下创建「indexNam...
如果觉得好用,不要吝啬你的小星星哦! 或者你觉得还有更好的查询快递源 可以在下面留言 看到后会考虑整合 电子面单 等有空在做 https://github.com/shopwwi/webman-express 安装 composer require shopwwi/webman-express 配置文件 //路径 config/plugin/shopwwi/express/app.php 'default...
安装 composer require shopwwi/webman-search 如果觉得方便了你 不要吝啬你的小星星哦 tycoonSong8988354@qq.com 使用方法 搜索选定器 xunsearch 使用讯搜搜索选定器 composer require hightman/xunsearch meilisearch 使用meilisearch选定器 composer require ...
安装 composer require shopwwi/webman-auth 使用方法 生成JWT密钥 use Shopwwi\WebmanAuth\Facade\Auth; //在任意控制器里调用一次即可 比较懒没写命令 请原谅 Auth::jwtKey(); 加密密码 use Shopwwi\WebmanAuth\Facade\Auth; //不可逆转 只能用password_verify来判断正...
在路由定义的时候是否觉得定义路由很麻烦 尤其是重复的路由定义工作 大型项目的话路由就更多了在路由定义的时候是否觉得定义路由很麻烦 尤其是重复的路由定义工作 大型项目的话路由就更多了 其实我们是可以偷点懒得 当然如果官方在下一个版本中采纳了资源型路由 那么请相信 路由重复定义将不再烦恼你 index方法我们常用来获取列表数据 show方法我们常用来获取详情 create方法我们常用于获取新增数据 store方法我...
已上架插件市场 可取插件市场 插件市场 如果觉得方便了你,给个小星星鼓励一下吧 如果你遇到问题 可以给我发邮件 8988354@qq.com 安装 composer require shopwwi/webman-filesystem 使用方法 阿里云 OSS 适配器 composer require shopwwi/filesystem-oss S3 适配器 composer require "l...