-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Yii native support #90
Comments
Take a look at yiisoft/yii#2313. I believe you now configure the {
"config": {
"vendor-dir": "protected/extensions"
}
} http://getcomposer.org/doc/04-schema.md#config /cc @schmunk42 |
You can install your extensions into See http://www.yiiframework.com/wiki/392/creating-yii-applications-with-composer/ and http://www.yiiframework.com/wiki/457/fixing-extensions-without-modifying-their-code for some examples. Both articles are based on my implementation available from https://github.com/phundament/app The thing you've to do mostly to work around the glitches . |
Thanks for response, guys! But I think this is not native support. :) @shama set the @schmunk42 thx for articles, I'll try solution with aliases. But, is there any way how to use {
"extra": {
"installer-paths": {
"my/custom/path": ["vendor/package"]
}
}
} I only want to say that Thank you |
And you shouldn't mix composer packages with your application repo, usually. |
I think those aliases will be enough. Thx |
Hi, can you please describe how Yii is natively supported?
I know it had support in
1.0.3
version, but this is not true with next version.When I browse through issues #68, #71 and #75 i see it was removed finally.
So native suport means I have to manage it own way, right?
Thanks!
The text was updated successfully, but these errors were encountered: