This bundle is a little tool that sometimes help to see who append and when happened the last commit pushed to the current branch.
Minimal Symfony compatibility : 5.2
composer require darkikim/git-helper
If you don't have Symfony Flex :
// config/bundles.php
return [
//...
Kikim\GitHelper\GitHelperBundle::class => ['dev' => true],
//...
];
See for yourself in the Symfony Toolbar this amazing bundle !
How can I help you explore Laravel packages today?