The frontend extension of TYPO3voilà.
- TYPO3 CMS 9.5 or greater
- T3v Core extension
- Add T3v Frontend as dependency to the Composer configuration
- Run
composer install
orcomposer update
to install all dependencies with Composer - Include the TypoScript for T3v Frontend
git clone https://github.com/t3v/t3v_frontend.git && cd t3v_frontend
./Scripts/Setup.sh
./Scripts/Tests.sh
./Scripts/Tests/Unit.sh
./Scripts/Tests/Functional.sh
./Scripts/Tests/Migrate.sh
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.
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.
T3v Frontend is released under the MIT License (MIT), see LICENSE.