Skip to content

Commit

Permalink
Rewrite the framework integration documentation (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Aug 25, 2024
1 parent ee91783 commit c5d92d4
Show file tree
Hide file tree
Showing 7 changed files with 873 additions and 651 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ flushed in a behavioral way.

composer require gedmo/doctrine-extensions

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

### Upgrading

Expand Down
2 changes: 1 addition & 1 deletion doc/annotations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Annotations Reference

> [!IMPORTANT]
> 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.
> 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.
Below you will a reference for annotations supported in this extensions library.
There will be introduction on usage with examples. For more detailed usage of each
Expand Down
Loading

0 comments on commit c5d92d4

Please sign in to comment.