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

ActiveLibrary

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 1mo 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 54% 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

2763d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/709e54d8609bbe5ef8dccd6b00ed8862eb75b037324b03c844f30b1a069dd885?d=identicon)[brunocouty](/maintainers/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

[larastan/larastan

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

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[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.

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

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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