Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite the framework integration documentation #2833

Merged
merged 6 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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