Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
97 lines (68 loc) · 3.51 KB

README.md

File metadata and controls

97 lines (68 loc) · 3.51 KB

Bring the Database and Validation component from Laravel to TYPO3.

Installation

  1. Add t3v_illuminate to the Composer configuration (composer.json)
  2. Run composer install or composer update to install all dependencies with Composer
  3. Include the TypoScript for t3v_illuminate in the main TypoScript template

Command

Page

Domain

Model

Page

Service

Validation

View Helpers

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 library 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 released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.

Credits

Sven Lahann for the idea and the first prototype.

The Laravel team for the Database and Validation component.

License

T3v Illuminate is released under the MIT License (MIT), see LICENSE.