-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Fix #1837: integrating Yii with different Software and libs #1981
Conversation
Looks OK. |
Do we really need to cover integrating Yii1 with Yii2? |
I suppose a lot of developers (including myself), which uses Yii1 may want to migrate old projects to Yii2. However such migration can not be made at once, so it would be common then at some stage project will use both Yii1 and Yii2. |
into composer.json, Integration done. |
@creocoder except both provide |
why its not |
My mistake, fixed. |
Well, my opinion is that this article could be needed by some developers, because they will be searching for the way of how to reuse Yii1 code or make fast portable of extensions to not to wait while they will be adopted for Yii2. So it is better to have some official guide for this case, rather then just fixing bugs of different custom implementations. I think this should be linked to the article of the |
@Ragazzo good idea. |
+1 for covering Yii1 + Yii2 What needs to be done:
"require": {
"yiisoft/yii": "*",
"yiisoft/yii2": "*",
},
After that it's ready for merge imo. |
…ov-paul/yii2 * '1837-3rd-party-doc' of https://github.com/klimov-paul/yii2: Missing "md" extension added for "Using 3rd-Party Libraries" guide part "Using 3rd-Party Libraries" guide updated "Using 3rd-Party Libraries" guide added
Merged. Thanks! Adjustments in ca816ad |
…om/klimov-paul/yii2 * '1837-3rd-party-doc' of https://github.com/klimov-paul/yii2: Missing "md" extension added for "Using 3rd-Party Libraries" guide part "Using 3rd-Party Libraries" guide updated "Using 3rd-Party Libraries" guide added
Fixes #1837: integrating Yii with different Software and libs
Integration with Yii1 included