From 6b72ff627ecff0ce6b33c5ddb04134aa34ff927b Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Sat, 31 Aug 2024 13:29:01 +0200 Subject: [PATCH] Update introduction.md --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index 7862232..eb58863 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ weight: 1 This package offers taggable behaviour for your models. After the package is installed the only thing you have to do is to add the `HasTags` trait to an Eloquent model to make it taggable. -We didn't stop with the regular tagging capabilities you find in every package. Laravel Tags comes with batteries included. Out of the box it has support for [translating tags](/laravel-tags/v4/advanced-usage/adding-translations), [multiple tag types](/laravel-tags/v4/advanced-usage/using-types) and [sorting capabilities](/laravel-tags/v4/advanced-usage/sorting-tags). +We didn't stop with the regular tagging capabilities you find in every package. Laravel Tags comes with batteries included. Out of the box it has support for [translating tags](https://spatie.be/docs/laravel-tags/v4/advanced-usage/adding-translations), [multiple tag types](https://spatie.be/docs/laravel-tags/v4/advanced-usage/using-types) and [sorting capabilities](https://spatie.be/docs/laravel-tags/v4/advanced-usage/sorting-tags). Here are some code examples: