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: .docs/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Nettrine ORM
1
+
# Contributte Doctrine ORM
2
2
3
3
[Doctrine/ORM](https://www.doctrine-project.org/projects/orm.html) to Nette Framework.
4
4
@@ -44,7 +44,7 @@ Take advantage of enpowering this package with 3 extra packages:
44
44
45
45
### `doctrine/dbal`
46
46
47
-
This package relies on `doctrine/dbal`, use prepared [nettrine/dbal](https://github.com/nettrine/dbal) integration.
47
+
This package relies on `doctrine/dbal`, use prepared [nettrine/dbal](https://github.com/contributte/doctrine-dbal) integration.
48
48
49
49
```bash
50
50
composer require nettrine/dbal
@@ -62,7 +62,7 @@ extensions:
62
62
63
63
### `doctrine/cache`
64
64
65
-
This package relies on `doctrine/cache`, use prepared [nettrine/cache](https://github.com/nettrine/cache) integration.
65
+
This package relies on `doctrine/cache`, use prepared [nettrine/cache](https://github.com/contributte/doctrine-cache) integration.
66
66
67
67
```bash
68
68
composer require nettrine/cache
@@ -175,7 +175,7 @@ Take a look at real **Nettrine ORM** configuration example at [contributte/webap
175
175
176
176
2. At this time we support only 1 connection, the **default** connection. If you need more connections (more databases?), please open an issue or send a PR. Thanks.
177
177
178
-
3. Are you looking for custom types? You can register custom types in DBAL, see [Nettrine DBAL](https://github.com/nettrine/dbal/blob/master/.docs/README.md#types).
178
+
3. Are you looking for custom types? You can register custom types in DBAL, see [Nettrine DBAL](https://github.com/contributte/doctrine-dbal/blob/master/.docs/README.md#types).
179
179
180
180
4. You have to configure entity mapping (see below), otherwise you will get `It's a requirement to specify a Metadata Driver` error.
181
181
@@ -271,7 +271,7 @@ class Customer
271
271
}
272
272
```
273
273
274
-
This feature relies on `doctrine/annotations`, use prepared [nettrine/annotations](https://github.com/nettrine/annotations) integration.
274
+
This feature relies on `doctrine/annotations`, use prepared [nettrine/annotations](https://github.com/contributte/doctrine-annotations) integration.
0 commit comments