PHPackages                             sarfraznawaz2005/applog - 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. sarfraznawaz2005/applog

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

sarfraznawaz2005/applog
=======================

Laravel package to view application logs inside browser.

2.0.1(1y ago)080MITBlade

Since Oct 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sarfraznawaz2005/applog)[ Packagist](https://packagist.org/packages/sarfraznawaz2005/applog)[ Docs](https://github.com/sarfraznawaz2005/applog)[ RSS](/packages/sarfraznawaz2005-applog/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel AppLog
==============

[](#laravel-applog)

[![Total Downloads](https://camo.githubusercontent.com/31900fe163c788ce238bcca56f0e0394e0635e0dd4a0dfc842c48f5b50007e71/68747470733a2f2f706f7365722e707567782e6f72672f7361726672617a6e6177617a323030352f6170706c6f672f646f776e6c6f616473)](https://packagist.org/packages/sarfraznawaz2005/applog)

Laravel AppLog is a package to view application logs. It is based on [rap2hpoutre/laravel-log-viewer](https://github.com/rap2hpoutre/laravel-log-viewer) but differs in following points:

- No multiple log files, we only look for `laravel.log` file.
- Updated styling and icons
- Ability to filter records by error type/level, date and context
- Auto-discovery feature for Laravel 5.5

Screenshot
----------

[](#screenshot)

[![Main Window](https://camo.githubusercontent.com/fbab08e407da1a647df4db88710ddb81d165015174e777f66c02eddedc462122/68747470733a2f2f7261772e6769746875622e636f6d2f7361726672617a6e6177617a323030352f6170706c6f672f6d61737465722f73637265656e2e706e67)](https://camo.githubusercontent.com/fbab08e407da1a647df4db88710ddb81d165015174e777f66c02eddedc462122/68747470733a2f2f7261772e6769746875622e636f6d2f7361726672617a6e6177617a323030352f6170706c6f672f6d61737465722f73637265656e2e706e67)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- Laravel 5

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

[](#installation)

Install via composer

```
composer require sarfraznawaz2005/applog

```

Now add a route in your web routes file:

```
Route::get('applog', '\Sarfraznawaz2005\Applog\ApplogController@index');
```

This way logs will be available at `http://yourapp/applog` or whatever route you set for it.

**Laravel 5.5**

You are done.

**Laravel 5.4 or less**

Add Service Provider to `config/app.php` in `providers` section

```
Sarfraznawaz2005\Applog\ApplogServiceProvider::class,
```

Optionally run `php artisan vendor:publish` to publish package's view file if you wish to customize look and feel of it.

License
-------

[](#license)

This code is published under the [MIT License](http://opensource.org/licenses/MIT). This means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance47

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~2375 days

Total

2

Last Release

390d ago

Major Versions

1.0.0 → 2.0.12025-04-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f9bbcf3a6cda5f8bdf9afe10c20f5c6f563fc1a4d628a9af25c5fdec3f9c216?d=identicon)[sarfraznawaz2005](/maintainers/sarfraznawaz2005)

---

Top Contributors

[![sarfraznawaz2005](https://avatars.githubusercontent.com/u/201788?v=4)](https://github.com/sarfraznawaz2005 "sarfraznawaz2005 (8 commits)")[![sarfrazeteam](https://avatars.githubusercontent.com/u/15339516?v=4)](https://github.com/sarfrazeteam "sarfrazeteam (7 commits)")[![sarfrazonsupport](https://avatars.githubusercontent.com/u/142378572?v=4)](https://github.com/sarfrazonsupport "sarfrazonsupport (2 commits)")

---

Tags

laravellaravel-5-packagelogsphploglaravelerrorslogsapplogs

### Embed Badge

![Health badge](/badges/sarfraznawaz2005-applog/health.svg)

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

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)

PHPackages © 2026

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