PHPackages                             krishnakodoth/log-editor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. krishnakodoth/log-editor

ActiveLaravel[Logging &amp; Monitoring](/categories/logging)

krishnakodoth/log-editor
========================

Laravel view for manage log files

049PHP

Since Mar 8Pushed 9y agoCompare

[ Source](https://github.com/krishnakodoth/logEditor)[ Packagist](https://packagist.org/packages/krishnakodoth/log-editor)[ RSS](/packages/krishnakodoth-log-editor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

logEditor
=========

[](#logeditor)

Laravel Project Log editor Laravel 5 log viewer
===============================================

[](#laravel-project-log-editorlaravel-5-log-viewer)

TL;DR
-----

[](#tldr)

The best (IMO) LogEditor for Laravel 5 .**Install with composer, create a route to `LogViewController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by rap2hpoutre ()

Install (Laravel)
-----------------

[](#install-laravel)

Install via composer

```
composer require krishnakodoth/log-editor=dev-master

```

Add Service Provider to `config/app.php` in `providers` section

```
KrishnaKodoth\LogEditor\LogEditorServiceProvider::class,
```

Add a route in your web routes file:

```
Route::get('/get/logs','KrishnaKodoth\LogEditor\LogEditorController@getLogEditor');
```

Go to `http://your-app/get/logs` or some other route

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26058660?v=4)[Krishnaprasad K](/maintainers/krishnakodoth)[@krishnakodoth](https://github.com/krishnakodoth)

---

Top Contributors

[![krishnakodoth](https://avatars.githubusercontent.com/u/26058660?v=4)](https://github.com/krishnakodoth "krishnakodoth (23 commits)")

### Embed Badge

![Health badge](/badges/krishnakodoth-log-editor/health.svg)

```
[![Health](https://phpackages.com/badges/krishnakodoth-log-editor/health.svg)](https://phpackages.com/packages/krishnakodoth-log-editor)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
