コード例 #1
0
ファイル: Tag.php プロジェクト: amteknologi/e-commerce
 public static function boot()
 {
     parent::boot();
     Tag::creating(function (Tag $tag) {
         $tag->generateSlug();
     });
 }