问题描述 下载代码: if (!file_exists($file_path)) { mkdir($file_path, 0777, true); } $file = @fopen($file_path_and_name, 'w'); if (!$file) { return "Error:无法创建文件。"; ...
问题描述 已经在webman admin新增了文章模块,页面模块 如果不做处理的情况下,一般是这样的: /app/文章控制器 命名为post吧/detail?id=文章id /app/页面控制器 命名为page吧/detail?id=页面id 我想: /文章别名; /页面别名; 这样直接访问 别名是后台每一个文章/页面设置的 说白了就是想实现类似wordpress的文章页面功能;他的文章页面的链接可以是/别名的方式 ...
Webman AI发布3.6版,支持训练。 已经购买Webman AI的同学在webman-admin管理后台一键升级。 需要购买Webman AI的同学在点此购买 基础版购买地址 plus版购买地址 效果测试 测试地址: https://www.workerman.net/ai#role=40 只训练了webman手册,所以只能提问webman手册的内容 Webman AI QQ交流群 webmnan AI Q...
问题描述 我看vendor里有 Illuminate\Support\Facades\Http; 但是 use Illuminate\Support\Facades\Http后使用报错啦 为此你搜索到了哪些方案及不适用的原因 有推荐的吗...
问题描述 官方demo 复制过来的,访问:http://127.0.0.1:8787/test/ 未如期返回 test 不知道是什么原因? <?php /** * This file is part of webman. * * Licensed under The MIT License * For full copyright and license information, please see ...