Skip to content

Commit

Permalink
Add a page covering the Laravel Doctrine integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Jun 30, 2024
1 parent 5a248e6 commit 4b80e6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flushed in a behavioral way.
composer require gedmo/doctrine-extensions

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

### Upgrading
Expand Down
5 changes: 5 additions & 0 deletions doc/frameworks/laravel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Integrate the Doctrine Extensions in Laravel

When using the Laravel Doctrine package with the Doctrine ORM, you can use the [Laravel Doctrine Extensions](https://www.laraveldoctrine.org/docs/current/extensions)
package to add this library to your application. Please review the extensions package documentation linked earlier for
detailed instructions.

0 comments on commit 4b80e6b

Please sign in to comment.