PHPackages                             brunocouty/laravel-logs-viewer - 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. brunocouty/laravel-logs-viewer

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

brunocouty/laravel-logs-viewer
==============================

Library to read the Laravel Logs easily in your applications!

1.1.1(7y ago)162MITHTMLPHP &gt;=5.5.9

Since Jun 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/brunocouty/laravel-logs-viewer)[ Packagist](https://packagist.org/packages/brunocouty/laravel-logs-viewer)[ RSS](/packages/brunocouty-laravel-logs-viewer/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Laravel Logs Viewer
-------------------

[](#laravel-logs-viewer)

This library provider an friendly interface to view and analyze the logs from Laravel.

[![alt text](docs/images/laravel-logs-viewer-01.png "Home Laravel Logs Viewer")](docs/images/laravel-logs-viewer-01.png)

[Click here to see MORE screenshots!](docs/images.md)

### Installation

[](#installation)

```
composer require brunocouty/laravel-logs-viewer
```

In your *config/app.php*, add in "*provider*" array:

```
\BrunoCouty\LaravelViewLogs\LaravelLogsViewerServiceProvider::class,
```

And add in '*aliases*' array:

```
'LaravelLogsViewer' => \BrunoCouty\LaravelViewLogs\LaravelLogsViewerFacade::class,
```

You need publish the assets (*css and js files*):

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

In your *routes file*, add:

```
LaravelLogsViewer::routes();
```

***Note:*** If you want protected your route with a middleware or group, use something like:

```
Route::group(['prefix' => 'your-group', 'middleware' => 'auth'], function () {
    LaravelLogsViewer::routes();
});
```

### Usage

[](#usage)

To use this library, you need access the route "*/logs*" in your application.

```
http://127.0.0.1:8000/logs

// or

http://127.0.0.1:8000/your-group/logs
```

### Customizing

[](#customizing)

To customize the view of this library, publish:

```
php artisan vendor:publish
```

Return:

```
Copied Directory [/modules/brunocouty/laravel-logs-viewer/src/resources/views] To [/resources/views]
Copied Directory [/modules/brunocouty/laravel-logs-viewer/src/resources/assets] To [/public/vendor/laravel-logs-viewer]
```

The view is in: "*resources/views/logs*".

The css and js files are in: "*public/vendor/laravel-logs-viewer*".

---

Like this content? Pay me a coffee!
-----------------------------------

[](#like-this-content-pay-me-a-coffee)

Yeah! You like of this package? Pay me a coffee and help me to keep this package updated!

When you are my support, you have access to **exclusive posts** with a lot that cool things about PHP, Laravel, AngularJS, VueJS, Ionic, and much more! You will see haw create your own PHP Packages, resolve mistakes on your code... The great content!

Help me with only $1 / month and you will have access to my private content! And more, you need help to code your project? I can help you! Access my [Patreon Profile](https://www.patreon.com/brunocouty), I can help you via e-mail or skype!

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~82 days

Recently: every ~123 days

Total

7

Last Release

2810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9448901?v=4)[Bruno Couty](/maintainers/brunocouty)[@brunocouty](https://github.com/brunocouty)

---

Top Contributors

[![brunocouty](https://avatars.githubusercontent.com/u/9448901?v=4)](https://github.com/brunocouty "brunocouty (14 commits)")

### Embed Badge

![Health badge](/badges/brunocouty-laravel-logs-viewer/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.6k](/packages/larastan-larastan)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M153](/packages/spatie-laravel-health)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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