CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Lastest Version Need Bootstrap5 #90

Open emadalslahi opened 3 weeks ago

emadalslahi commented 3 weeks ago

For Latest Version you may get problem with Class AttachmentsInput its dependency for use yii\bootstrap\Widget;

Fix it with Use: use yii\bootstrap5\Widget; mention the verstion of bootsrtap class

emadalslahi commented 3 weeks ago

Every Used Wedget is Asking for use yii\bootstrap\Widget;

While last versions of Yii2 Has Class : use yii\bootstrap5\Widget;

AttachmentsInput, AttachmentsTable