mardi 18 février 2020

Laravel and Arabic Slugs

when creating a slug from a name . the slug is in English letters example :

name = مقالة جديدة

slug = mk-l-gdyd

it should be: مقالة-جديدة

Any idea how to solve this issue?

i'm using this package

Model

class Post extends Model
{
    use HasSlug;

protected $primarykey='id';

protected $fillable = [
    'title', 'slug', 'body',
];

protected $dates = [
    'created_at','updated_at'
];

public function getSlugOptions() : SlugOptions
{
    return SlugOptions::create()
        ->generateSlugsFrom('title')
        ->saveSlugsTo('slug');
}

}


via Chebli Mohamed

1 commentaire:

  1. If you're trying hard to lose fat then you have to start using this brand new personalized keto meal plan diet.

    To create this keto diet service, certified nutritionists, fitness couches, and professional chefs joined together to develop keto meal plans that are effective, suitable, cost-efficient, and fun.

    Since their launch in January 2019, 1000's of clients have already completely transformed their figure and well-being with the benefits a great keto meal plan diet can offer.

    Speaking of benefits: in this link, you'll discover eight scientifically-tested ones given by the keto meal plan diet.

    RépondreSupprimer