darkikim/git-helper

向 Symfony 分析器添加一些 Git 信息

安装: 0

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:symfony-bundle

dev-master 2021-11-08 12:59 UTC

This package is auto-updated.

Last update: 2024-09-08 19:01:45 UTC


README

备注

这个包是一个小工具,有时可以帮助查看谁添加了以及最后一次提交到当前分支的时间。
最小 Symfony 兼容性 : 5.2

安装

composer require darkikim/git-helper

将这个惊人的包添加到 bundle.php

如果你没有 Symfony Flex

// config/bundles.php

return [
    //...
    Kikim\GitHelper\GitHelperBundle::class => ['dev' => true],
    //...
];

在 Symfony 工具栏中亲自查看这个惊人的包吧!