PHPackages                             graham-campbell/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. graham-campbell/logviewer

AbandonedArchivedLibrary[Framework](/categories/framework)

graham-campbell/logviewer
=========================

LogViewer Provides A LogViewer Admin Module For Laravel 5

0.2.x-dev(11y ago)5319.2k121MITPHPPHP &gt;=5.4.7

Since Apr 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/BootstrapCMS/LogViewer)[ Packagist](https://packagist.org/packages/graham-campbell/logviewer)[ RSS](/packages/graham-campbell-logviewer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (9)Versions (7)Used By (1)

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

[](#laravel-logviewer)

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

[![Laravel LogViewer](https://cloud.githubusercontent.com/assets/2829600/4432324/c1921e52-468c-11e4-9fad-aec94401e69d.PNG)](https://cloud.githubusercontent.com/assets/2829600/4432324/c1921e52-468c-11e4-9fad-aec94401e69d.PNG)

[![Build Status](https://camo.githubusercontent.com/34c633573fb975c8d182601bda22efd6945e5938ea8d51ef913e913cd143a56f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f426f6f747374726170434d532f4c6f675669657765722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/BootstrapCMS/LogViewer)[![Coverage Status](https://camo.githubusercontent.com/e2c24a8e213192a1365549b5b79dc1a7bb9519fdb3a3b3cbb156c9257075f3f5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f426f6f747374726170434d532f4c6f675669657765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/BootstrapCMS/LogViewer/code-structure)[![Quality Score](https://camo.githubusercontent.com/52de30910f8dc1c5a259ec897b656c5f1b6b9ca1c1ddddf34518dc356cdd57f4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f426f6f747374726170434d532f4c6f675669657765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/BootstrapCMS/LogViewer)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/63b7e4493dd401f420adcfefb07a3fe7487be607323d9239256202b912a372b8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f426f6f747374726170434d532f4c6f675669657765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/BootstrapCMS/LogViewer/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:

```
"graham-campbell/logviewer": "~1.0"

```

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.

- `'GrahamCampbell\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)

Laravel LogViewer is designed to work with [Bootstrap CMS](https://github.com/BootstrapCMS/CMS). 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/GrahamCampbell/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/BootstrapCMS/LogViewer/blob/master/src/routes.php) if you must.

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.3% 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 ~65 days

Recently: every ~54 days

Total

6

Last Release

4076d ago

PHP version history (2 changes)v0.1.0-alphaPHP &gt;=5.4.7

v0.3.0-alphaPHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d95eb26cb8f3919bb5ca3b6d823daeabbf259663778a970349b245c580713c8e?d=identicon)[graham-campbell](/maintainers/graham-campbell)

---

Top Contributors

[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (139 commits)")[![enricorufnak](https://avatars.githubusercontent.com/u/8684328?v=4)](https://github.com/enricorufnak "enricorufnak (1 commits)")

---

Tags

frameworklaravelGraham CampbellGrahamCampbelllog viewerlogviewerLaravel LogViewer

### Embed Badge

![Health badge](/badges/graham-campbell-logviewer/health.svg)

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

###  Alternatives

[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)[graham-campbell/digitalocean

DigitalOcean Is A DigitalOcean Bridge For Laravel

509343.1k2](/packages/graham-campbell-digitalocean)[graham-campbell/bitbucket

Bitbucket Is A Bitbucket Bridge For Laravel

75185.0k2](/packages/graham-campbell-bitbucket)

PHPackages © 2026

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