blamebutton / laravel-changelog
在 Laravel 中检索您的 CHANGELOG.md 文件
v2.1.0
2024-06-07 22:57 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10 | ^11
Requires (Dev)
- brianium/paratest: ^7
- larastan/larastan: ^2.0
- laravel/pint: ^1.13
- nunomaduro/collision: ^7 | ^8.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.30
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
这里应该是您的描述。尽量限制在一两段之内,并提及您支持的 PSR 以避免用户和贡献者产生混淆。
安装
您可以通过 composer 安装此包
composer require blamebutton/laravel-changelog
用法
use BlameButton\Laravel\Changelog\ChangelogFacade; /** * Get the raw content of your changelog file. */ ChangelogFacade::raw(); /** * Get the HTML version of your changelog file. */ ChangelogFacade::html();
测试
composer test
变更日志
请参阅 CHANGELOG 了解最近更改的详细信息。
贡献
请参阅 CONTRIBUTING 了解详细信息。
安全
如果您发现任何安全相关的问题,请发送电子邮件至 bram@ceulemans.dev 而不是使用问题跟踪器。
致谢
许可
Mozilla 公共许可证 2.0。请参阅 许可文件 了解更多。