-
Hi, in my development environment, I had previously initialized the comments extension and had a comments table. Then, I dropped the database, re-created the database and re-ran the migrations to rebu…
-
Looks very nice extension, so I installed it using composer.
But I got in stuck with the following message when I entered "yii migrate" and hit enter.
'missing required parameter "id" when instant…
-
Hi,
I just installed version 2.4 of this extension like this:
`composer require dmstr/yii2-adminlte-asset "^2.4"`
Everything went fine until I realized that not all font awesome icons loaded.…
-
Hi I am finding it hard to find a compatible version with Yii2-user. If I use
"dektrium/yii2-user": "0.9.*@dev",
"mdmsoft/yii2-admin": "~2.0",
User module does not use status field and s…
-
I am using the comments widget with `yii2-scrollpager` where i am loading the comments using the load more button, the problem is that the `delete`,`reply` `cancel-reply` buttons that call the javascr…
-
https://github.com/yii-dream-team/yii2-upload-behavior/blob/cdb45e68014476765188c387fafcb7fd30d2ad0a/src/FileUploadBehavior.php#L100
If filename will "0.jpg", your extension save "jpg" in attribute…
-
- Přidat https://github.com/yii2mod/yii2-swagger jako závislost
- Přidat základní dokumentaci k response, které module může sám o sobě vracet (dále paginace, errory atd)
- Přidat controller pro zobr…
-
Hallo, ich bin Neuling und versuche, die Installation durchzuführen. Meine Frage, welche PHP-Version muss ich benutzen?
Auf meinem gehostetem Server kann ich nur die Version 7.1.10 Standard auswählen…
-
in composer
"creocoder/yii2-flysystem": "0.8.*",
"league/flysystem-dropbox": "~1.0"
in config:
'fs' => [
'class' => 'creocoder\flysystem\LocalFilesystem',
'path' => '@webroot…
ghost updated
9 years ago
-
Hi how to implement this extension on RBAC ? i want log each change like auth_item, auth_assigment, auth_item_child, but i confuse where i put 'bedezign\yii2\audit\AuditTrailBehavior'. FYI i use Yii::…