nadar
nadar
I am going to close this issue to maintain a clean issue tracker for the following reasons: 1. Incomplete information (Are there any unanswered questions? Please provide as much information...
But you could override the adminuser component, not? this is what the adminuser component looks like: ``` 'adminuser' => [ 'class' => AdminUser::class, 'defaultLanguage' => $this->interfaceLanguage, ] ``` if override...
@f3l1x could you mabye point me into the right direction? 🙏
for anyone else: this works, also ensure to set "env" variables via the UI and not the vercel.json ``` { "version": 2, "regions": [ "fra1" ], "functions": { "api/index.php": {...
@sencin yes, the above still works, i just recently deployd a laravel app to vercel using the above. Sometimes when new composer deps has been added, it makes some problems...
i would say its a duplication of #582
@orionchikby https://github.com/yiisoft/yii2-mongodb/blob/master/composer.json#L21 this library defines the required dependency version constraint, so i don't know how this patch version can break my whole app :-)