afdj
afdj
Previously thanks for this cool plugin. How to do 'initValueText' on Mr. Karthik's Select2 for Tabular Input. If we look at these select2, it provides information to search by that...
I think this is not an issue, just enhancement. Can we initialize this widget into a pair row ?. Before  To  So when user hit 'Add Button' ,...
If I have a a record like this: I want to display in ArticleController that Article with ID =16 have 3 comments
config\web.php ``` 'controllerMap' => [ 'comment' => [ 'class' => '\yii2mod\comments\controllers\ManageController', 'accessControlConfig' => [ 'class' => 'yii\filters\AccessControl', 'rules' => [ [ 'allow' => true, 'roles' => ['super-admin'], ], ], ]...
WIth this Yii2 component, `https://bitbucket.org/ereminmdev/yii2-infinite-scroll/src/master/`, I got the re-initialization still failed. Can you provide a comment of the following code ? For now, the `comment` is redirect to something like:...
With this package on composer.json: ``` "creocoder/yii2-flysystem": "^1.1", [1.1.0] "league/flysystem-aws-s3-v3": "~1.0", [1.0.30] ``` Then, In Yii2 config: ``` 'components' => [ 'aws' => [ 'class' => 'creocoder\flysystem\AwsS3Filesystem', 'key' => getenv('SPACES_DO_KEY'),...
## Scope This pull request includes a - [x ] Bug fix - [ ] New feature - [ ] Translation PHP Compile Error – [yii\base\ErrorException](https://www.yiiframework.com/doc-2.0/yii-base-errorexception.html) Declaration of kartik\export\ExportWriterPdf::createExternalWriterInstance($config =...
#ASK How to move a file to another directory in a bucket Which command that I should use ? Thanks
In doc: ```