Neethu Ah's avatar

Slug Creation not supporting multiple language

other language slug not storing in database protected static function boot() { parent::boot();

    static::creating(function ($levelmenu) {
        $levelmenu->slug= Str::slug(transliterator_transliterate("Any-Latin; Latin-ASCII; NFD; [:Nonspacing Mark:] Remove; NFC; [:Punctuation:] Remove; Lower();", $levelmenu->levelsubtitle));
      
    });
}

if

0 likes
1 reply

Please or to participate in this conversation.