PHPackages                             creative-syntax/laravel-logviewer - 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. creative-syntax/laravel-logviewer

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

creative-syntax/laravel-logviewer
=================================

A simple laravel package for log viewer

v2.0.0(3y ago)824[1 issues](https://github.com/dev-arindam-roy/laravel-log-viewer/issues)MITPHPPHP &gt;=5.4.0

Since Mar 4Pushed 3y ago2 watchersCompare

[ Source](https://github.com/dev-arindam-roy/laravel-log-viewer)[ Packagist](https://packagist.org/packages/creative-syntax/laravel-logviewer)[ RSS](/packages/creative-syntax-laravel-logviewer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

LARAVEL LOG VIEWER
==================

[](#laravel-log-viewer)

### A package for viewing or rendering the Laravel logs. It also extract logs in different level.

[](#a-package-for-viewing-or-rendering-the-laravel-logs-it-also-extract-logs-in-different-level)

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

[](#installation)

> **No dependency on PHP version and LARAVEL version**

### STEP 1: Run the composer command:

[](#step-1-run-the-composer-command)

```
composer require creative-syntax/laravel-logviewer
```

### STEP 2: Laravel without auto-discovery:

[](#step-2-laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
CreativeSyntax\LogViewer\CreativeSyntaxLogViewer::class,
```

### STEP 3: Publish the package config:

[](#step-3-publish-the-package-config)

```
php artisan vendor:publish --provider="CreativeSyntax\LogViewer\CreativeSyntaxLogViewer" --force
```

How to use?: It's Very Easy
---------------------------

[](#how-to-use-its-very-easy)

> **DIRECT USE BY ROUTE**

---

 &gt;&gt; `Just install and run the below route ````
Ex: http://your-website/onex/log-viewer

Ex: http://localhost:8000/onex/log-viewer
```

[![log_viewer](https://user-images.githubusercontent.com/24665327/222919334-3bb531a5-6a42-49ce-93c9-7d1b2478179d.png)](https://user-images.githubusercontent.com/24665327/222919334-3bb531a5-6a42-49ce-93c9-7d1b2478179d.png)

[![extract_log](https://user-images.githubusercontent.com/24665327/222919351-786ca012-f478-4e34-aced-5e6a7683981c.png)](https://user-images.githubusercontent.com/24665327/222919351-786ca012-f478-4e34-aced-5e6a7683981c.png)

Functionalities / Features
--------------------------

[](#functionalities--features)

 &gt;&gt; `Download all log files in a zip file ` &gt;&gt; `Download selected log files in a zip file ` &gt;&gt; `Delete all log files just a click ` &gt;&gt; `Delete selected log files ` &gt;&gt; `Also you can Download, Clear, Delete each log file` &gt;&gt; `You can restrict the access of log files by the config settings` &gt;&gt; `You can customize the configuration as you want`#### You can modify the configuration settings in - "config/log-viewer.php":

[](#you-can-modify-the-configuration-settings-in---configlog-viewerphp)

```
/** If you want to disable the route or this feature, then make it false */
'is_route_enabled' => true,
```

```
/** If you want to change the route prefix */
'route_prefix' => 'onex',
```

```
/** If you want to change the route name or path */
'route_name' => 'log-viewer',
```

```
/** If you want to change the page heading */
'page_heading' => 'Logs Viewer',
```

```
/** If you want to enable the securiry for access the system logs information
 *  Then make it ('is_enabled') true and also you can set login-id and password through .env
 */
'authentication' => [
    'is_enabled' => env('LOGVIEWER_AUTH_ENABLED', false),
    'login_id' => env('LOGVIEWER_LOGIN_ID', 'onexadmin'),
    'password' => env('LOGVIEWER_LOGIN_PASSWORD', 'onexpassword')
]
```

[![admin_access](https://user-images.githubusercontent.com/24665327/222919478-474bcc99-bc5b-4414-8d17-6dfa16ef09b1.png)](https://user-images.githubusercontent.com/24665327/222919478-474bcc99-bc5b-4414-8d17-6dfa16ef09b1.png)

license:
--------

[](#license)

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

Post Issues: if found any
-------------------------

[](#post-issues-if-found-any)

If have any issue please [write me](https://github.com/dev-arindam-roy/laravel-log-viewer/issues).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

1162d ago

Major Versions

v1.1.0 → v2.0.02023-03-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffd181826d9f6d75df74a8a134488bb2820aa58aa9f99fad3ef6de7af7d8393e?d=identicon)[devarindam](/maintainers/devarindam)

---

Top Contributors

[![dev-arindam-roy](https://avatars.githubusercontent.com/u/24665327?v=4)](https://github.com/dev-arindam-roy "dev-arindam-roy (12 commits)")

---

Tags

loglaravellogginglog viewerlog-readerlaravel-log-viewerlaravel-log-reader

### Embed Badge

![Health badge](/badges/creative-syntax-laravel-logviewer/health.svg)

```
[![Health](https://phpackages.com/badges/creative-syntax-laravel-logviewer/health.svg)](https://phpackages.com/packages/creative-syntax-laravel-logviewer)
```

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M71](/packages/rap2hpoutre-laravel-log-viewer)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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