SirYo

Results 6 comments of SirYo

Hi, I just code like below, because I need to translate line by line. ``` var getTran = async (text, options) => { var _result = []; try { _result...

Need help !!! - When I update image, cropped_field not update in DB - require photo on update (How to skip it) - JPG after crop is low quality.

Yes, I check example already, here in my model /** \* @inheritdoc */ public function rules() { return [ [['name', 'logo'], 'required'], [['name'], 'string', 'max' => 50], [['name'], 'unique'], [['logo_crop',...

Here in my controller /** \* Creates a new Brand model. \* If creation is successful, the browser will be redirected to the 'view' page. \* @return mixed */ public...

Oh.., Thanks a lot :)