PHPackages                             malcolmknott/displaylog - 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. malcolmknott/displaylog

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

malcolmknott/displaylog
=======================

Read and display contents of laravel log file

v1.0.0(9y ago)031MITPHP

Since Jul 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MalcolmKnott/display-log)[ Packagist](https://packagist.org/packages/malcolmknott/displaylog)[ RSS](/packages/malcolmknott-displaylog/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Display your Laravel log file in a bootsrap styled layout
=========================================================

[](#display-your-laravel-log-file-in-a-bootsrap-styled-layout)

This composer package reads and displays your Laravel log file.

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

[](#installation)

Begin by pulling in the package through Composer.

```
composer require malcolmknott/displaylog
```

Next, if using Laravel 5, include the service provider within your `config/app.php` file.

```
'providers' => [
    Malcolmknott\Displaylog\DisplayLogServiceProvider::class,
];
```

Add this driver to your `config/filesystems.php` file.

```
'storage' => [
    'driver' => 'local',
    'root' => storage_path(),
]
```

If you have a new project scaffold the basic login and registration views to pull in Boostrap. Or publish the view file to use your own layout.

```
php artisan make:auth
```

View
----

[](#view)

Publish the view file to change the format and add your own style.

```
php artisan vendor:publish --provider="Malcolmknott\Displaylog\DisplayLogServiceProvider" --tag="views"
```

Usage
-----

[](#usage)

Add a route that points to the Display Log Controller, you'll probably want to add some middleware to restrict who can view your log.

```
Route::get('display-log', '\Malcolmknott\Displaylog\DisplayLogController@show');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

3286d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37aec2d3bf9c380e1b723f0827adf779138fb3a3b72625a3644232a00b6a49d8?d=identicon)[MalcolmKnott](/maintainers/MalcolmKnott)

---

Top Contributors

[![MalcolmKnott](https://avatars.githubusercontent.com/u/3269621?v=4)](https://github.com/MalcolmKnott "MalcolmKnott (3 commits)")

### Embed Badge

![Health badge](/badges/malcolmknott-displaylog/health.svg)

```
[![Health](https://phpackages.com/badges/malcolmknott-displaylog/health.svg)](https://phpackages.com/packages/malcolmknott-displaylog)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M263](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M317](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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