t3v / t3v_blueprint
The blueprint extension of TYPO3voilà.
Installs: 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >= 7.2
- t3v/t3v_core: dev-develop
- typo3/cms-core: ^9.5.31 || ^10.4.21 || ^11.5.3
Requires (Dev)
- ext-dom: *
- t3v/t3v_testing: ^1.2
Replaces
- typo3-ter/t3v_blueprint: dev-main
This package is auto-updated.
Last update: 2024-10-25 01:10:25 UTC
README
The blueprint extension of TYPO3voilà.
Dependencies
- TYPO3 CMS 9.5 or greater
- T3v Core extension
Installation
- Add T3v Blueprint as dependency to the Composer configuration
- Run
composer install
orcomposer update
to install all dependencies with Composer - Include the TypoScript for T3v Blueprint
Development
Setup
git clone https://github.com/t3v/t3v_blueprint.git && cd t3v_blueprint ./Scripts/Setup.sh
Testing
./Scripts/Tests.sh ./Scripts/Tests/Unit.sh ./Scripts/Tests/Functional.sh ./Scripts/Tests/Migrate.sh
Bug Reports
GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.
Versioning
This project aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is being released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.
License
T3v Blueprint is released under the MIT License (MIT), see LICENSE.