承接 iqtool/ci3-log-viewer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

iqtool/ci3-log-viewer

最新稳定版本:v0.1

Composer 安装命令:

composer require iqtool/ci3-log-viewer

包简介

Log Viewer package adapted for CodeIgniter 3 (PHP 7.4+)

README 文档

README

A CodeIgniter 3 adaptation of opcodesio/log-viewer package compatible with PHP 7.4+.

Installation

  1. Install via Composer:

    composer require iqtool/ci3-log-viewer
  2. Copy the config template from vendor/iqtool/ci3-log-viewer/config/log_viewer.php to your application/config/log_viewer.php.

  3. Copy the view folder to application/views/log_viewer/.

  4. Copy the controller file to application/controllers/LogViewer.php.

  5. Copy the static assets (app.js, app.css) from the package's assets/ to your public directory path assets/iqtool/ci3-log-viewer/.

Configuration

Ensure that Composer Autoloading is enabled in your application/config/config.php:

$config['composer_autoload'] = TRUE;

Load the library in your code or via application/config/autoload.php:

$autoload['libraries'] = array('Ci3LogViewer');

Add routes to application/config/routes.php:

$route['log-viewer'] = 'LogViewer/index';
$route['log-viewer/api/files'] = 'LogViewer/get_files';
$route['log-viewer/api/files/(:any)/download'] = 'LogViewer/download_file/$1';
$route['log-viewer/api/files/(:any)'] = 'LogViewer/delete_file/$1';

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固