{"id":14974802,"url":"https://github.com/emtiazzahid/git-log-laravel","last_synced_at":"2025-10-27T09:31:39.043Z","repository":{"id":56977607,"uuid":"235559427","full_name":"emtiazzahid/git-log-laravel","owner":"emtiazzahid","description":"Git Log Viewer for Laravel","archived":false,"fork":false,"pushed_at":"2023-01-25T06:09:54.000Z","size":178,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T04:51:22.576Z","etag":null,"topics":["composer","git","gitlog","laravel","laravel-framework","laravel-package","laravel6","log","packagist"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emtiazzahid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-22T11:29:13.000Z","updated_at":"2023-06-23T04:30:24.000Z","dependencies_parsed_at":"2023-02-14T05:16:46.537Z","dependency_job_id":null,"html_url":"https://github.com/emtiazzahid/git-log-laravel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emtiazzahid%2Fgit-log-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emtiazzahid%2Fgit-log-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emtiazzahid%2Fgit-log-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emtiazzahid%2Fgit-log-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emtiazzahid","download_url":"https://codeload.github.com/emtiazzahid/git-log-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238472038,"owners_count":19478149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","git","gitlog","laravel","laravel-framework","laravel-package","laravel6","log","packagist"],"created_at":"2024-09-24T13:51:06.151Z","updated_at":"2025-10-27T09:31:33.649Z","avatar_url":"https://github.com/emtiazzahid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Git Log Laravel\n==================\n\n[![Packagist](https://img.shields.io/packagist/v/emtiazzahid/git-log-laravel.svg)](https://packagist.org/packages/emtiazzahid/git-log-laravel)\n[![Packagist](https://img.shields.io/packagist/l/emtiazzahid/git-log-laravel.svg)](https://packagist.org/packages/emtiazzahid/git-log-laravel) \n[![Packagist](https://img.shields.io/packagist/dm/emtiazzahid/git-log-laravel.svg)](https://packagist.org/packages/emtiazzahid/git-log-laravel) \n[![Author](https://img.shields.io/badge/author-@emtiaz_zahid-blue.svg)](https://twitter.com/emtiaz_zahid)\n\n![capture d ecran 2020-1-23 a 10 37 18](https://github.com/emtiazzahid/git-log-laravel/blob/master/src/Example/screenshot.png?raw=true)\n\nTL;DR\n-----\nGit Log Viewer for Laravel 5, 6, 7, 8 \u0026 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) \n\nInstall (Laravel)\n-----------------\nInstall via composer\n```\ncomposer require emtiazzahid/git-log-laravel\n```\n\nAdd Service Provider to `config/app.php` in `providers` section\n```php\nEmtiazzahid\\GitLogLaravel\\GitLogServiceProvider::class,\n```\n\nAdd or use existing route in your web routes file:\n```php \nRoute::get('git-log', '\\EmtiazZahid\\GitLogLaravel\\GitLogLaravelController@index')-\u003ename('git-log');\n```\n\nGo to `http://myapp/git-log` or some other route\n\n**Optionally** publish `git.blade.php` into `/resources/views/vendor/git-log-laravel/` for view customization:\n\n```\nphp artisan vendor:publish \\\n  --provider=\"EmtiazZahid\\GitLogLaravel\\GitLogServiceProvider\" \\\n  --tag=views\n``` \n\nTroubleshooting\n---------------\n\nIf 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`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femtiazzahid%2Fgit-log-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femtiazzahid%2Fgit-log-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femtiazzahid%2Fgit-log-laravel/lists"}