You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Apache License, Version 2.0.
33
33
34
34
-**BoxLang** 1.0+ (Preferred)
35
35
-**Lucee** 5.x+
36
-
-**Adobe ColdFusion**2021+
36
+
-**Adobe ColdFusion**2023+
37
37
-**Dependencies**: ColdBox 7+, cbi18n 3.0+
38
38
39
39
## Installation
@@ -46,7 +46,11 @@ box install cbvalidation
46
46
47
47
The module will register several objects into WireBox using the `@cbvalidation` namespace. The validation manager is registered as `ValidationManager@cbvalidation`. It will also register several helper methods that can be used throughout the ColdBox application: `validate(), validateOrFail(), getValidationManager()`
48
48
49
-
### WireBox Registrations
49
+
## Documentation
50
+
51
+
This module is fully documented at: https://coldbox-validation.ortusbooks.com/. It also has an MCP server with live docs and examples.
52
+
53
+
## WireBox Registrations
50
54
51
55
-`ValidationManager@cbvalidation` - The core validation engine
52
56
-`validationManager@cbvalidation` - Alias for convenience
0 commit comments