File tree 1 file changed +2
-2
lines changed
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
7
7
When you have an existing application that was not built with Symfony,
8
8
you might want to move over parts of that application without rewriting
9
9
the 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
11
11
new application that gradually takes over functionality from an existing
12
12
application. This migration approach can be implemented with Symfony in
13
13
various 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
464
464
transition the authentication and authorization of the legacy application over
465
465
to the Symfony application using the Security component and its firewalls.
466
466
467
- .. _`Strangler Application` : https://martinfowler.com/bliki/StranglerFigApplication.html
467
+ .. _`Strangler Fig Application` : https://martinfowler.com/bliki/StranglerFigApplication.html
468
468
.. _`autoload` : https://getcomposer.org/doc/04-schema.md#autoload
469
469
.. _`Modernizing with Symfony` : https://youtu.be/YzyiZNY9htQ
470
470
.. _`Symfony Panther` : https://github.com/symfony/panther
You can’t perform that action at this time.
0 commit comments