PHPackages                             koss-shtukert/logviewer - 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. [Framework](/categories/framework)
4. /
5. koss-shtukert/logviewer

ActiveLibrary[Framework](/categories/framework)

koss-shtukert/logviewer
=======================

LogViewer Provides A LogViewer Admin Module For Laravel 5

v1.0(9y ago)1120MITPHPPHP &gt;=5.5.9

Since Jan 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/koss-shtukert/LaravelLogViewer)[ Packagist](https://packagist.org/packages/koss-shtukert/logviewer)[ RSS](/packages/koss-shtukert-logviewer/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (2)Used By (0)

Laravel LogViewer
=================

[](#laravel-logviewer)

Laravel LogViewer was created by, and is maintained by [Koss Shtukert](https://github.com/koss-shtukert), and provides a LogViewer admin module for [Laravel 5](http://laravel.com). Feel free to check out the [releases](https://github.com/koss-shtukert/LaravelLogViewer/releases), [license](LICENSE), and [contribution guidelines](CONTRIBUTING.md).

[![Build Status](https://camo.githubusercontent.com/8488a7347d33e27e33889dc049c659b4a0c7ff17375654cceb69e0f8ac8c69d0/68747470733a2f2f7472617669732d63692e6f72672f6b6f73732d736874756b6572742f4c61726176656c4c6f675669657765722e7376673f6272616e63683d6d6173746572267374796c653d666c6174)](https://travis-ci.org/koss-shtukert/LaravelLogViewer)[![Quality Score](https://camo.githubusercontent.com/63df55ca7c6fc42cd63ef4fea8a349bfe67688ec85ae8a8b2d342436d216ad60/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6b6f73732d736874756b6572742f4c61726176656c4c6f675669657765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/koss-shtukert/LaravelLogViewer)[![Coverage Status](https://camo.githubusercontent.com/757442b0972e7e47dfb61055c14261b71c71c9dde91f7454a84f5e9fed3980b0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f73732d736874756b6572742f4c61726176656c4c6f675669657765722f6261646765732f636f7665726167652e706e673f623d6d6173746572267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/koss-shtukert/LaravelLogViewer/code-structure)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/fa98007ff2cfe8b0f0959c5a7d5b4d697f274334edb8bd88840fb60e22d92895/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b6f73732d736874756b6572742f4c61726176656c4c6f675669657765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/koss-shtukert/LaravelLogViewer/releases)

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

[](#installation)

[PHP](https://php.net) 5.5+ or [HHVM](http://hhvm.com) 3.6+, and [Composer](https://getcomposer.org) are required.

To get the latest version of Laravel LogViewer, simply add the following line to the require block of your `composer.json` file:

```
composer require koss-shtukert/logviewer

```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

Once Laravel LogViewer is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

- `'KossShtukert\LogViewer\LogViewerServiceProvider'`

Configuration
-------------

[](#configuration)

Laravel LogViewer supports optional configuration.

To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish
```

This will create a `config/logviewer.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

There are two config options:

##### Middleware

[](#middleware)

This option (`'middleware'`) defines the middleware to be put in front of the endpoints provided by this package. A common use will be for your own authentication middleware. The default value for this setting is `[]`.

##### Per Page

[](#per-page)

This option (`'per_page'`) defines defines how many log entries are displayed per page. The default value for this setting is `20`.

##### Layout

[](#layout)

This option (`'layout'`) defines the layout to extend when building views. The default value for this setting is `'layouts.default'`.

Usage
-----

[](#usage)

In order for it to work in any Laravel application, you must ensure that you know how to use my [Laravel Core](https://github.com/koss-shtukert/Laravel-Core) package as configuration and knowledge of the `app:install` and `app:update ` commands is required.

Laravel LogViewer will register four routes. The only one of interest to you is `'logviewer'` (`logviewer.index`) as it will be the main entry point for the use of this package. You can checkout the other three routes in the [source](https://github.com/koss-shtukert/LaravelLogViewerblob/master/src/Http/routes.php) if you must.

License
-------

[](#license)

Laravel LogViewer is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3443d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1507e756491d8354337b06f4aa03945cd7532cda7570d0dd061698aa55a3976a?d=identicon)[KossShtukert](/maintainers/KossShtukert)

---

Tags

frameworklaravelGraham CampbellGrahamCampbelllog viewerlogviewerLaravel LogViewer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/koss-shtukert-logviewer/health.svg)

```
[![Health](https://phpackages.com/badges/koss-shtukert-logviewer/health.svg)](https://phpackages.com/packages/koss-shtukert-logviewer)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M137](/packages/laravel-cashier)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.4M65](/packages/graham-campbell-markdown)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[laravel/folio

Page based routing for Laravel.

603526.4k31](/packages/laravel-folio)

PHPackages © 2026

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