网站建设询价函,江西建筑人才网招聘,宜宾住房与城乡建设部网站,上海抓捕236名这里写自定义目录标题 Yii 2 Debug For MongoDB目录结构安装依赖安装说明配置说明 Yii 2 Debug For MongoDB
本项目为yii2-debug的扩展#xff0c;使用MongoDB对debug数据进行存储。如果使用Yii2进行多个应用的开发的话#xff0c;把debug信息汇聚到一起可以方便查阅。 http… 这里写自定义目录标题 Yii 2 Debug For MongoDB目录结构安装依赖安装说明配置说明 Yii 2 Debug For MongoDB
本项目为yii2-debug的扩展使用MongoDB对debug数据进行存储。如果使用Yii2进行多个应用的开发的话把debug信息汇聚到一起可以方便查阅。 https://packagist.org/packages/yagas/yii2-debug4mongo
目录结构 src/ 代码目录src/models/ 数据模型src/views/ 视图文件src/controllers/ 控制器安装依赖
PHP支持5.4yii2-mongodbyii2-debug支持2.1.25(基于此版本构建而来)
安装说明
composer require yagas/yii2-debug4mongo配置说明
if (YII_ENV_DEV) {$config[bootstrap][] debug;$config[modules][debug] [class yagas\debug\Module,logTarget [class yagas\debug\LogTarget,app_no localhost_001, // 为当前站点设定标识],percent 10, // 百分之十的几率清除历史数据(GC)];
}