💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## LaraCMS 模型定义 **模型路径**:app/Models 所有模型定义需要基础该目录下的 Mode 基类 **示例**: ```php namespace App\Models; class Block extends Model { protected $fillable = ['id','type', 'object_id', 'title', 'template', 'icon', 'more_title', 'more_link']; } ```