# blog **Repository Path**: phpbms/blog ## Basic Information - **Project Name**: blog - **Description**: laravel5.4 后台模板 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-05-04 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Install ```composer install``` ##### 注意事项: 1. 安装I5插件 修改位置 文件位置:vendor/prettus/l5-repository/src/Prettus/Repository/Criteria/RequestCriteria.php 空间位置:Prettus\Repository\Criteria\RequestCriteria 修改104行orWhere为where ```php if (!is_null($value)) { if(!is_null($relation)) { $query->orWhereHas($relation, function($query) use($field,$condition,$value) { $query->where($field,$condition,$value); }); } else { $query->where($modelTableName.'.'.$field, $condition, $value); } } ``` ##### layui Html编辑器使用: * layedit 标签使用 ```html ``` #### UEditor 编辑器 * ue 标签使用 ```html ``` #### Makedown编辑器 * makedown 标签使用 ```html ``` # Element Vue组件 * ui-file 标签使用 ```html ``` * ui-switch 标签使用 ```html ``` * ui-checkbox 标签使用 ```html ``` * ui-radio 标签使用 ```html ``` * ui-input-number 标签使用 ```html ``` * ui-textarea 标签使用 ```html ``` * ui-input-text 标签使用 ```html ``` * ui-select 标签使用 ```html ``` * el-form 标签使用 ```html ``` * ui-date-time 标签使用 ```html ```