t3v / t3v_backend

The backend extension of TYPO3voilà.

Home Page:https://t3v.github.io/t3v_backend/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The backend extension of TYPO3voilà.

Dependencies

Core

  • TYPO3 CMS 9.5 or greater

Backend

  • Auto switch to list view extension
  • Masi extension
  • Paste reference extension
  • Save extension
  • Scroll extension

TYPO3voilà

  • T3v Core extension
  • T3v Translations extension

Installation

  1. Add T3v Backend as dependency to the Composer configuration
  2. Run composer install or composer update to install all dependencies with Composer
  3. Include the TypoScript for T3v Backend

Development

Setup

git clone https://github.com/t3v/t3v_backend.git && cd t3v_backend

./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 Backend is released under the MIT License (MIT), see LICENSE.

About

The backend extension of TYPO3voilà.

https://t3v.github.io/t3v_backend/

License:MIT License


Languages

Language:PHP 84.0%Language:Shell 16.0%