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 1w 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 51% 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

2855d 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.4M354](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[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.

45844.8k1](/packages/pressbooks-pressbooks)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1614.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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