Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Create a migration guide in the docs.#11330
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dbrumann commentedApr 7, 2019
mpdude commentedApr 7, 2019
Just for the record, I've talked about this at the Symfony User Group Cologne back in 2013. Unfortunately, slides are in German and of limited use without the sound track: https://www.slideshare.net/webfactory/marry-me-public Additionally, we've published thehttps://github.com/webfactory/WebfactoryLegacyIntegrationBundle back then and since used it successfully on several legacy systems. |
derrabus commentedApr 7, 2019
My talk is from 2016 which in itself is somewhat legacy now. ;-) |
Uh oh!
There was an error while loading.Please reload this page.
wouterj commentedApr 7, 2019
@weaverryan@javiereguiluz I'm also interested to know your opinion about this article. We shortly discussed this at EU-FOSSA and came up with this idea to explain some general ideas on how to migrate from legacy code to Symfony in the documentation. As it's all very specific to the project, we can't document one approach that works for all. But showing some approaches (from the least to most radical) can imo be a nice addition for projects facing this problem. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Great work so far Denis
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@dbrumann thanks for working on this! I think this is ready to merge. Do you agree?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dbrumann commentedMay 3, 2019
Thanks for your feedback@javiereguiluz and everyone else :) |
derrabus commentedMay 3, 2019
@dbrumann I'd like to do another review on the weekend, if that's okay for you. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dbrumann commentedJun 7, 2019
What do you say, is this ready to be merged?@OskarStark,@javiereguiluz |
OskarStark commentedJun 8, 2019
Yes but this should go into 4.2 instead of master IMHO |
The general idea is to provide advice on how to migratean existing application over to Symfony using someproven approaches.The page should provide around 3 alternatives and somediscussion when they might be suitable as well asadditional resources like videos on this topics fromthe official Symfony YouTube-channel.
dbrumann commentedJun 8, 2019
I rebased and changed the target branch to 4.2 |
This PR was merged into the 4.2 branch.Discussion----------Create a migration guide in the docs.The general idea is to provide advice on how to migratean existing application over to Symfony using someproven approaches.The page should provide around 3 alternatives and somediscussion when they might be suitable as well asadditional resources like videos on this topics fromthe official Symfony YouTube-channel.Commits-------b91249f Creates a migration guide.
* 4.2: [#11330] Restructured the Migration guide a bit while proof-reading Creates a migration guide.
* 4.3: [#11330] Restructured the Migration guide a bit while proof-reading Creates a migration guide.
* 4.4: [#11330] Restructured the Migration guide a bit while proof-reading Creates a migration guide.
wouterj commentedJun 8, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@dbrumann! Thanks a lot of the huge effort put into this PR!! As I wasn't able to review your PR anywhere soon after you created it, I've merged it directly and did a proof-read and changes afterwards. You can see all these changes indb82d54. It's mostly structuring the "Prerequisites" section a bit and some minor clearifications/breaking long sentences/paragraphs. Again thanks and also thanks to@derrabus for closely reviewing this one! |
The general idea is to provide advice on how to migrate
an existing application over to Symfony using some
proven approaches.
The page should provide around 3 alternatives and some
discussion when they might be suitable as well as
additional resources like videos on this topics from
the official Symfony YouTube-channel.