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.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor