Skip to content

Commit c5d92d4

Browse files
authored
Rewrite the framework integration documentation (#2833)
1 parent ee91783 commit c5d92d4

File tree

7 files changed

+873
-651
lines changed

7 files changed

+873
-651
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ flushed in a behavioral way.
2828

2929
composer require gedmo/doctrine-extensions
3030

31-
* [Symfony](/doc/symfony.md)
32-
* [Laravel 5](https://www.laraveldoctrine.org/docs/1.3/extensions)
33-
* [Laminas](/doc/laminas.md)
31+
* [Symfony](/doc/frameworks/symfony.md)
32+
* [Laravel](/doc/frameworks/laravel.md)
33+
* [Laminas](/doc/frameworks/laminas.md)
3434

3535
### Upgrading
3636

doc/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Annotations Reference
22

33
> [!IMPORTANT]
4-
> To use annotations, you will need the deprecated [`doctrine/annotations`](https://www.doctrine-project.org/projects/annotations.html) library. PHP 8 users are encouraged to migrate and use [attributes](./attributes.md) as annotation support is deprecated in all supported Doctrine object managers.
4+
> Support for annotations is deprecated and will be removed in 4.0. PHP 8 users are encouraged to migrate and use [attributes](./attributes.md) instead of annotations. To use annotations, you will need the [`doctrine/annotations`](https://www.doctrine-project.org/projects/annotations.html) library.
55
66
Below you will a reference for annotations supported in this extensions library.
77
There will be introduction on usage with examples. For more detailed usage of each

0 commit comments

Comments
 (0)