PHPackages                             emtiazzahid/git-log-laravel - 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. emtiazzahid/git-log-laravel

ActiveLaravel-package[Logging &amp; Monitoring](/categories/logging)

emtiazzahid/git-log-laravel
===========================

Git Logs for Laravel

0.1.2(3y ago)52.4k1MITPHPPHP ^7.4|^8.0CI failing

Since Jan 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/emtiazzahid/git-log-laravel)[ Packagist](https://packagist.org/packages/emtiazzahid/git-log-laravel)[ Docs](https://github.com/emtiazzahid/git-log-laravel)[ RSS](/packages/emtiazzahid-git-log-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Git Log Laravel
===============

[](#git-log-laravel)

[![Packagist](https://camo.githubusercontent.com/99b9722c62921c69fc9871d50542a215549d6049c9e6fef71cae9cd61b96b448/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656d7469617a7a616869642f6769742d6c6f672d6c61726176656c2e737667)](https://packagist.org/packages/emtiazzahid/git-log-laravel)[![Packagist](https://camo.githubusercontent.com/aae6f790accd35cd358b94bdf8c8331bc973978f56c4d123d236d6f19b3ecfc9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656d7469617a7a616869642f6769742d6c6f672d6c61726176656c2e737667)](https://packagist.org/packages/emtiazzahid/git-log-laravel)[![Packagist](https://camo.githubusercontent.com/a19cbb3abd57c508bb040b59b37fb4d9eb993ff7235780a8bfb48f68be318f7c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656d7469617a7a616869642f6769742d6c6f672d6c61726176656c2e737667)](https://packagist.org/packages/emtiazzahid/git-log-laravel)[![Author](https://camo.githubusercontent.com/482eb641fdbecb773b79c2492c17007ed1418836edf4538c26a179071fdb21d2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40656d7469617a5f7a616869642d626c75652e737667)](https://twitter.com/emtiaz_zahid)

[![capture d ecran 2020-1-23 a 10 37 18](https://github.com/emtiazzahid/git-log-laravel/raw/master/src/Example/screenshot.png?raw=true)](https://github.com/emtiazzahid/git-log-laravel/blob/master/src/Example/screenshot.png?raw=true)

TL;DR
-----

[](#tldr)

Git Log Viewer for Laravel 5, 6, 7, 8 &amp; 9. **Install with composer, create a route to `GitLogLaravelController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by rap2hpoutre's [Laravel log viewer](https://github.com/rap2hpoutre/laravel-log-viewer)

Install (Laravel)
-----------------

[](#install-laravel)

Install via composer

```
composer require emtiazzahid/git-log-laravel

```

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

```
Emtiazzahid\GitLogLaravel\GitLogServiceProvider::class,
```

Add or use existing route in your web routes file:

```
Route::get('git-log', '\EmtiazZahid\GitLogLaravel\GitLogLaravelController@index')->name('git-log');
```

Go to `http://myapp/git-log` or some other route

**Optionally** publish `git.blade.php` into `/resources/views/vendor/git-log-laravel/` for view customization:

```
php artisan vendor:publish \
  --provider="EmtiazZahid\GitLogLaravel\GitLogServiceProvider" \
  --tag=views

```

Troubleshooting
---------------

[](#troubleshooting)

If you got a `InvalidArgumentException in FileViewFinder.php` error, it may be a problem with config caching. Double check installation, then run `php artisan config:clear`.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

3

Last Release

1204d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.4.0

0.1.2PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0045ab4ce078a9fe4ebd80ae1eb2a41b55cea08fa97797618543e0051162224f?d=identicon)[emtiazzahid](/maintainers/emtiazzahid)

---

Top Contributors

[![emtiazzahid](https://avatars.githubusercontent.com/u/10188029?v=4)](https://github.com/emtiazzahid "emtiazzahid (7 commits)")

---

Tags

composergitgitloglaravellaravel-frameworklaravel-packagelaravel6logpackagistloglaravellogginglumengit loggit-log-viewgit-log-laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/emtiazzahid-git-log-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/emtiazzahid-git-log-laravel/health.svg)](https://phpackages.com/packages/emtiazzahid-git-log-laravel)
```

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M71](/packages/rap2hpoutre-laravel-log-viewer)[sentry/sentry-laravel

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

1.3k114.3M154](/packages/sentry-sentry-laravel)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[codeinternetapplications/monolog-stackdriver

Stackdriver handler for Monolog.

14181.7k](/packages/codeinternetapplications-monolog-stackdriver)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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