worlddirect / buildinfo
Contains system information messages for showing informations about the current build.
Installs: 4 025
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^13
- typo3/cms-core: ^13
Requires (Dev)
- captainhook/captainhook: ^5.16
- ergebnis/composer-normalize: ^2.30
- friendsofphp/php-cs-fixer: ^3.16
- michielroos/typo3scan: ^1.7
- phpmd/phpmd: ^2.9
- seld/jsonlint: ^1.8
- vimeo/psalm: dev-master
Replaces
- typo3-ter/buildinfo: 2.0.1
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.