rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

How I can customize Tag model? #207

Closed rah-emil closed 2 years ago

rah-emil commented 2 years ago

I want to add \Spatie\Translatable\HasTranslations in Tag model for the localization

rtconner commented 2 years ago

Probably ...

  1. Extend the tag model, class Yourclass extends Tag
  2. Import the config file
  3. Modify the config file to tell it you are using a new class for the package .. https://github.com/rtconner/laravel-tagging/blob/laravel-8/config/tagging.php