New setup with problem when import #2140
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
What version are you using? What does your composer.json look like? Platform (win/unix)? |
Beta Was this translation helpful? Give feedback.
-
could you please try to add: "config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"luyadev/luya-composer": true
},
"fxp-asset": {
"enabled": false
}
} |
Beta Was this translation helpful? Give feedback.
-
How to setup it by composer next time? |
Beta Was this translation helpful? Give feedback.
-
Does that fix your problem?
We will added this to all kickstarter projects, as this new option has been introduced not long ago from composer |
Beta Was this translation helpful? Give feedback.
-
thx, fixed it ! |
Beta Was this translation helpful? Give feedback.
could you please try to add: