PHPackages                             kawsarahmad43/logeon - 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. kawsarahmad43/logeon

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

kawsarahmad43/logeon
====================

A beautiful Laravel log viewer with filtering, charts, and real-time monitoring

00PHP

Since Dec 10Pushed 5mo agoCompare

[ Source](https://github.com/KawsarAhmad43/logeon)[ Packagist](https://packagist.org/packages/kawsarahmad43/logeon)[ RSS](/packages/kawsarahmad43-logeon/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Logeon - Laravel Log Viewer
===========================

[](#logeon---laravel-log-viewer)

A beautiful, modern Laravel log viewer with advanced filtering, visual charts, and real-time monitoring capabilities.

Features
--------

[](#features)

✨ **Beautiful UI** - Clean, modern interface with Bootstrap 5
📊 **Visual Charts** - Pie chart showing log distribution by type
🔍 **Advanced Filtering** - Filter by date range and log type
🎯 **4 Log Types** - INFO, ERROR, WARNING, CUSTOM
📝 **Stack Traces** - Full exception details with formatted stack traces
⚡ **Real-time** - Instant log updates
🎨 **Customizable** - Publishable views, assets, and configuration
🔒 **Secure** - Configurable middleware protection

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Laravel 11.x or 12.x

Installation
------------

[](#installation)

### Step 1: Install via Composer

[](#step-1-install-via-composer)

```
composer require kawsarahmad43/logeon
```

### Step 2: Publish Assets

[](#step-2-publish-assets)

Publish the package assets (CSS, JS, views, config) to your project:

```
php artisan vendor:publish --tag=logeon-assets
```

### Step 3: (Optional) Publish Configuration

[](#step-3-optional-publish-configuration)

If you want to customize the configuration:

```
php artisan vendor:publish --tag=logeon-config
```

### Step 4: (Optional) Publish Views

[](#step-4-optional-publish-views)

If you want to customize the views:

```
php artisan vendor:publish --tag=logeon-views
```

Or publish everything at once:

```
php artisan vendor:publish --tag=logeon
```

Usage
-----

[](#usage)

After installation, access the log viewer at:

```
http://yourapp.com/logger

```

### Generate Test Logs

[](#generate-test-logs)

If you have enabled the test route in your configuration, you can generate sample logs:

```
http://yourapp.com/test-logs

```

Configuration
-------------

[](#configuration)

The configuration file is located at `config/logeon.php` after publishing:

```
return [
    'route_prefix' => env('LOGEON_ROUTE_PREFIX', 'logger'),
    'middleware' => ['web'],
    'log_file' => storage_path('logs/laravel.log'),
    'per_page' => 10,
    'enable_test_route' => env('LOGEON_ENABLE_TEST_ROUTE', env('APP_ENV') !== 'production'),
];
```

Security
--------

[](#security)

By default, the log viewer is accessible to anyone. To protect it, add middleware in the configuration:

```
'middleware' => ['web', 'auth', 'admin'],
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Support
-------

[](#support)

For issues or questions, please visit:

- GitHub:
- Email:

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance50

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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://www.gravatar.com/avatar/fc5ffae1d781b89fcc43e14e186e123395cd0a66f1be529f634a8d4bb54957ae?d=identicon)[KawsarAhmad43](/maintainers/KawsarAhmad43)

---

Top Contributors

[![KawsarAhmad43](https://avatars.githubusercontent.com/u/54704888?v=4)](https://github.com/KawsarAhmad43 "KawsarAhmad43 (3 commits)")

### Embed Badge

![Health badge](/badges/kawsarahmad43-logeon/health.svg)

```
[![Health](https://phpackages.com/badges/kawsarahmad43-logeon/health.svg)](https://phpackages.com/packages/kawsarahmad43-logeon)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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