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
@@ -10,7 +10,7 @@ This plugin contains various localized validation classes for specific countries
10
10
11
11
## Requirements
12
12
13
-
This branch is for use with CakePHP **4.x**. See [version map](https://github.com/cakephp/localized/wiki#version-map) for details.
13
+
This branch is for use with CakePHP **5.x**. See [version map](https://github.com/cakephp/localized/wiki#version-map) for details.
14
14
15
15
## Installation
16
16
@@ -26,7 +26,7 @@ Load your plugin using
26
26
```
27
27
bin/cake plugin load Cake/Localized
28
28
```
29
-
or by manually adding `$this->addPlugin('Cake/Localized')`in your `src/Application.php`.
29
+
or by manually adding `'Cake/Localized'` to the array in your app's `config/plugins.php`.
30
30
31
31
## Model validation
32
32
@@ -52,7 +52,7 @@ class PostsTable extends Table
52
52
}
53
53
```
54
54
55
-
For further information on validation rules see the [CakePHP documentation on validation](https://book.cakephp.org/4/en/core-libraries/validation.html)
55
+
For further information on validation rules see the [CakePHP documentation on validation](https://book.cakephp.org/5/en/core-libraries/validation.html)
0 commit comments