The October Rain Foundation is an extension of the Eloquent ORM used by Laravel. It adds the following features:
See the Illuminate Database instructions for usage outside the Laravel framework.
Relations and events can be defined using an alternative syntax, which is preferred by the October CMS platform.
See October CMS Model documentation
Models can define validation rules Laravel's built-in Validator class.
See October CMS Model documentation
Deferred bindings allow you to postpone model relationships until the master record commits the changes. This is particularly useful if you need to prepare some models (such as file uploads) and associate them to another model that doesn't exist yet.