Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Git Log Laravel Laravel Package

emtiazzahid/git-log-laravel

View your app’s Git commit history in a simple Laravel web page. Install via Composer, register the service provider, and add a route to GitLogLaravelController. No public assets or vendor routes; supports Laravel 5–9. Optional view publish for customization.

View on GitHub
Deep Wiki
Context7

Git Log Laravel

Packagist Packagist Packagist Author

capture d ecran 2020-1-23 a 10 37 18

TL;DR

Git Log Viewer for Laravel 5, 6, 7, 8 & 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

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

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.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony
spatie/flare-daemon-runtime