💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~ composer 安装 composer create-project topthink/think=5.1.* tp5 (宝塔)选择网站目录,取消勾选防跨站攻击,否则会报open\_basedir restriction in effect.错误。 linux需要修改权限 chown -R www.www ./* chown -R 750 ./* 创建模块命令 php think build --module blog 执行下面的指令可以生成`index`模块的`Blog`控制器类库文件 php think make:controller blog/Blog 生成空的控制器则可以使用: php think make:controller blog/Base --plain php think optimize:autoload 生成 runtime/classmap.php ~~~