Skip to content

[READ ONLY] Subtree split of the October Rain Database component (see octobercms/library)

Notifications You must be signed in to change notification settings

eelkevdbos/database

Repository files navigation

Rain Database

The October Rain Foundation is an extension of the Eloquent ORM used by Laravel. It adds the following features:

Usage Instructions

See the Illuminate Database instructions for usage outside the Laravel framework.

Alternate relations and events

Relations and events can be defined using an alternative syntax, which is preferred by the October CMS platform.

See October CMS Model documentation

Model validation

Models can define validation rules Laravel's built-in Validator class.

See October CMS Model documentation

Deferred bindings

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.

See Deferred binding documentation

About

[READ ONLY] Subtree split of the October Rain Database component (see octobercms/library)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages