File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Migrating an Existing Application to Symfony
77When you have an existing application that was not built with Symfony,
88you might want to move over parts of that application without rewriting
99the existing logic completely. For those cases there is a pattern called
10- `Strangler Application `_. The basic idea of this pattern is to create a
10+ `Strangler Fig Application `_. The basic idea of this pattern is to create a
1111new application that gradually takes over functionality from an existing
1212application. This migration approach can be implemented with Symfony in
1313various ways and has some benefits over a rewrite such as being able
@@ -464,7 +464,7 @@ chance to use Symfony's event lifecycle. For instance, this allows you to
464464transition the authentication and authorization of the legacy application over
465465to the Symfony application using the Security component and its firewalls.
466466
467- .. _`Strangler Application` : https://martinfowler.com/bliki/StranglerFigApplication.html
467+ .. _`Strangler Fig Application` : https://martinfowler.com/bliki/StranglerFigApplication.html
468468.. _`autoload` : https://getcomposer.org/doc/04-schema.md#autoload
469469.. _`Modernizing with Symfony` : https://youtu.be/YzyiZNY9htQ
470470.. _`Symfony Panther` : https://github.com/symfony/panther
You can’t perform that action at this time.
0 commit comments