PHPackages                             sdtech/log-viewer-laravel - 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. sdtech/log-viewer-laravel

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

sdtech/log-viewer-laravel
=========================

This package simplifies the process of viewing Laravel logs by providing a user-friendly interface to browse, filter, and manage log entries directly from the application. It allows developers to monitor and troubleshoot issues in real-time without needing to access the file system or navigate complex log files

v1.0.0(1y ago)0103MITPHPPHP ^7.2|^8.0

Since Oct 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/syedbacchu/log-viewer-laravel)[ Packagist](https://packagist.org/packages/sdtech/log-viewer-laravel)[ RSS](/packages/sdtech-log-viewer-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

log-viewer-laravel | A Package to explore logs
==============================================

[](#log-viewer-laravel--a-package-to-explore-logs)

[![Latest Version](https://camo.githubusercontent.com/10ee0e9244994d2f7394d8c464c24c3d2acd404fb4583e922edec2736b112e59/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737965646261636368752f6c6f672d7669657765722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/syedbacchu/log-viewer-laravel/releases)[![Issues](https://camo.githubusercontent.com/e268ef515ff70b8b9aa5b1ea40aeb64026e8ddbc9ff0e795bcac72ed292925d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f737965646261636368752f6c6f672d7669657765722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/syedbacchu/log-viewer-laravel)[![Stars](https://camo.githubusercontent.com/c8e3609f81b5c7812879a08430423b29b70d4be3d2f91b6a55bd421e7438191e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f737965646261636368752f6c6f672d7669657765722d6c61726176656c2e7376673f7374796c653d736f6369616c)](https://github.com/syedbacchu/log-viewer-laravel)[![Stars](https://camo.githubusercontent.com/436bc38fd569337787a1b061e5d826830f3075c5132e6ee04c72f7807de798cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f737965646261636368752f6c6f672d7669657765722d6c61726176656c3f7374796c653d666c61742d737175617265)](https://github.com/syedbacchu/log-viewer-laravel)[![Total Downloads](https://camo.githubusercontent.com/fdda69b379cbf4eaa8457dc3812156053ec7646208bd5be3365a46f0627db6fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7364746563682f6c6f672d7669657765722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sdtech/log-viewer-laravel)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Uses](#Uses)

About
-----

[](#about)

It simplifies the process of viewing Laravel logs by providing a user-friendly interface to browse, filter, and manage log entries directly from the application. It allows developers to monitor and troubleshoot issues in real-time without needing to access the file system or navigate complex log files The current features are :

- View logs
- Download logs
- Clear logs
- Store logs

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

[](#requirements)

- [Laravel 5.8+](https://laravel.com/docs/installation)
- [PHP ^8.1](https://www.php.net/)

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

[](#installation)

1. From your projects root folder in terminal run:

```
composer require sdtech/log-viewer-laravel
```

2. In config/app.php, add it:

```
'providers' => [
    // Other Service Providers...
    Sdtech\LogViewerLaravel\Providers\LogViewerLaravelServiceProvider::class,
],
```

3. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:

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

configuration
-------------

[](#configuration)

1. Go to your config folder, then open "logviewerlaravel.php" file
2. here you must add that info or add the info to your .env file .

```
'log_viewer_author' => env('LOGVIEWER_AUTHOR'),
'log_viewer_title' => env('LOGVIEWER_APP_TITLE'), // default LARAVEL
'max_file_size' => env('LOGVIEWER_MAX_FILE_SIZE'), // default 52428800
'pattern'       => env('LOGVIEWER_PATTERN', '*.log'), // no need to change it
'storage_path'  => env('LOGVIEWER_STORAGE_PATH', storage_path('logs')) // no need to change it
```

Uses
----

[](#uses)

3. We provide a sample code of functionality that will help you to integrate easily. Add a route in your web routes file:

```
Route::get('log', [Sdtech\LogViewerLaravel\Controllers\LogViewerLaravelController::class, 'index']);
```

Go to http://your\_url/log or some other route

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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

Unknown

Total

1

Last Release

567d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e708bf7a12e91eb049905efeb8def342851116559be904ace732b4f8e7fd57e?d=identicon)[sdbacchu](/maintainers/sdbacchu)

---

Top Contributors

[![webbioxin](https://avatars.githubusercontent.com/u/182597890?v=4)](https://github.com/webbioxin "webbioxin (6 commits)")[![syedbacchu](https://avatars.githubusercontent.com/u/52558169?v=4)](https://github.com/syedbacchu "syedbacchu (1 commits)")

---

Tags

loglaravellogginglog viewerlog-readerlogviewerlaravel-log-viewerLaravel loglaravel-logs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sdtech-log-viewer-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/sdtech-log-viewer-laravel/health.svg)](https://phpackages.com/packages/sdtech-log-viewer-laravel)
```

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M70](/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)
