Mostafa Zeinivand

Results 35 comments of Mostafa Zeinivand

No. It's ending parentheses but I don't know the encoding of character. Please look at picture, It's a unit character I selected.

I solved this problem by this trick: ``` public function toSearchableArray() { $array = [ 'id' => $this->id, 'title' => $this->title, 'description' => $this->description, ]; if (!empty(self::$tags)) $array = array_merge($array,...

is there any update for froala 4 ?

> It's been months... what is froala's stance on Nova support? due to some bugs in this package and using outdated version of froala, I decided to create a package...

This is my workaround for this issue. hope it helps. First, you should create a model for pivot table. ``` namespace App\Models; use Illuminate\Database\Eloquent\Relations\BelongsTo; use Illuminate\Database\Eloquent\Relations\MorphPivot; class Taggable extends MorphPivot...

doesn't work in chrome. progress bar works well and at the end, it says N followers have been blocked but it isn't true. all of them are not-blocked and my...

So I suggest you delete chrome extension link in readme and delete it in chrome store. it doesn't work at all.

> @mostafaznv it could be that it worked on old Chrome versions, maybe it's possible to restrict the versions on the Chrome store until this is fixed. Thanks for your...

Thank you @dmstern But it still doesn't work. Should I do something special after updating the extension? (something like clear cache or ...)

I installed the zip version too. but nothing changed.