Skip to content

Commit 25eb8be

Browse files
committed
Actualize examples in readme
1 parent b4a1ae7 commit 25eb8be

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,22 @@ You can see some [examples here](/example):
3939
- [04.custom-platform](/example/03.types/04.custom-platform.php)
4040
- [05.custom-type-callable](/example/03.types/05.custom-type-callable.php)
4141
- [06.custom-type-psr-container](/example/03.types/06.custom-type-psr-container.php)
42-
- [04.mapping](/example/04.mapping)
43-
- [01.reflection-mapping](/example/04.mapping/01.reflection-mapping.php)
44-
- [02.attribute-mapping](/example/04.mapping/02.attribute-mapping.php)
45-
- [03.driver-inheritance-mapping](/example/04.mapping/03.driver-inheritance-mapping.php)
46-
- [04.phpdoc-mapping](/example/04.mapping/04.phpdoc-mapping.php)
47-
- [05.phpdoc-custom-tags-mapping](/example/04.mapping/05.phpdoc-custom-tags-mapping.php)
48-
- [06.cache](/example/04.mapping/06.cache.php)
42+
- [04.mapping-readers](/example/04.mapping-readers)
43+
- [01.reflection-mapping.php](/example/04.mapping-readers/01.reflection-mapping.php)
44+
- [02.attribute-mapping.php](/example/04.mapping-readers/02.attribute-mapping.php)
45+
- [03.phpdoc-mapping.php](/example/04.mapping-readers/03.phpdoc-mapping.php)
46+
- [04.array-mapping.php](/example/04.mapping-readers/04.array-mapping.php)
47+
- [05.php-config-mapping.php](/example/04.mapping-readers/05.php-config-mapping.php)
48+
- [06.yaml-config-mapping.php](/example/04.mapping-readers/06.yaml-config-mapping.php)
49+
- [07.neon-config-mapping.php](/example/04.mapping-readers/07.neon-config-mapping.php)
50+
- [08.inheritance.php](/example/04.mapping-readers/08.inheritance.php)
51+
- [05.mapping-providers](/example/05.mapping-providers)
52+
- [01.default-provider.php](/example/05.mapping-providers/01.default-provider.php)
53+
- [02.in-memory-provider.php](/example/05.mapping-providers/02.in-memory-provider.php)
54+
- [03.psr6-provider.php](/example/05.mapping-providers/03.psr6-provider.php)
55+
- [04.psr16-provider.php](/example/05.mapping-providers/04.psr16-provider.php)
56+
- [05.second-level-cache.php](/example/05.mapping-providers/05.second-level-cache.php)
57+
- [06.inheritance.php](/example/05.mapping-providers/06.inheritance.php)
4958

5059
> Full documentation in progress...
5160

0 commit comments

Comments
 (0)