worlddirect/buildinfo
最新稳定版本:2.0.1
Composer 安装命令:
composer require worlddirect/buildinfo
包简介
Contains system information messages for showing informations about the current build.
README 文档
README
TYPO3 extension: "buildinfo"
Content
What does it do?
This extension shows the content of 3 different text files in the system information toolbar. These informations are:
- Build number
- Build timestamp
- Git version
Installation
The extension can easily be installed using composer:
composer install buildinfo
Configuration
The extension comes with Typoscript settings to configure the names of the 3 files, responsible for the displayed content. The default values are:
- Build number: buildNumber.txt
- Build timestamp: buildTimestamp.txt
- Git version: gitVersion.txt
If a file is not present, no information is shown in the information toolbar.
FAQs
How do I create the 3 files?
We use a CI/CD process to build our composer TYPO3 projects into Docker containers. During this process we create 3 files and place them into the containers web folder root directory.
统计信息
- 总下载量: 6.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2021-04-14
