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.
git log or external Git clients./admin panels) where visibility into commit history, authors, and timestamps is valuable for auditing, compliance, or release tracking.config/, routes/).auth:sanctum).For Executives: "This package lets our Laravel devs inspect Git history directly from the app—like a built-in ‘time machine’ for code. It’s a 10-minute setup that replaces manual CLI digging, speeds up debugging, and reduces context-switching. For example, during an outage, they can instantly see who changed what and when, cutting troubleshooting time by 30%. No extra cost, just drop it into our stack. Think of it as ‘Google for your Git logs’—but only for our team."
For Engineering: *"Need a Git log viewer? This is the fastest way to get one in Laravel. Here’s why:
git log --oneline.Tradeoff: It’s basic—no fancy filters or diffs—but it’s perfect for quick audits or onboarding. If you need more, we can extend it or use CLI tools. Let’s try it on a staging environment first."*
For Security/Compliance:
*"This exposes Git logs via a protected route (we’ll add auth:sanctum). It’s read-only and MIT-licensed, with no external dependencies. For sensitive projects, we can:
admin).config/, secrets.yml) via middleware.git log --pretty=format: in scripts if you prefer no web exposure."*How can I help you explore Laravel packages today?