For AI agents: visit https://renovant-tech-core.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
Renovant Technology Core
Guides
Log InRenovant Technology Core
Guides
Log In
Guides

Getting started

  • 1 - Getting Started
  • 2.1 Installation requirements
  • 2.2 Installation: Apache
  • 2.3 Installation: Nginx
  • 3.1 Projects directories
  • 3.2 Project configuration & bootstrap

Core concepts

  • 4. Dependency injection
  • 5. Events
  • 5.1 Events summary reference
  • 6. Context

HTTP apps

  • 7. MVC fundamentals
  • 8. Dispatcher
  • 9. Controller
  • 9.1 Controllers: predefined behaviours and functionalities
  • 9.2 Controllers: predefined implementations
  • 9.3 Controllers output
  • 10. View

Object Relation Mapping (ORM)

  • 11. ORM introduction
  • 11.1 Model definition
  • 11.2 Repository definition
  • 11.3.1 CRUD operations: CREATE
  • 11.3.2 CRUD operations: READ
  • 11.3.3 CRUD operations: DELETE
  • 11.3.4 CRUD operations: UPDATE
  • 11.4 Model validation

HowTo

  • JSON API example
Powered by 
  1. HTTP apps

10. View