Skip to content

Tags: poldixd/laravel-tags

Tags

4.4.0

Toggle 4.4.0's commit message
Fix styling

4.3.7

Toggle 4.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return slugs in find methods (spatie#443)

* Return slugs in find methods

I assume if a "name" is in slug format, that the slug will be the same as the name?!

Assumption aside, I don't see any side effects for methods like `findOrCreateFromString` which call these changed functions.

* Revert changes to test tests :S

* Allow find strings methods to search via slug as well

Switch to anonymous migration and void return type for up method (spatie#440)

Method for reversing migrations (spatie#442)

* Method for reversing migrations

* Add missing return type declaration

wip

Update README.md

fix tests

Fix styling

Update CHANGELOG

Return slugs in find methods

I assume if a "name" is in slug format, that the slug will be the same as the name?!

Assumption aside, I don't see any side effects for methods like `findOrCreateFromString` which call these changed functions.

Revert changes to test tests :S

allow find from string methods to search slug field

Co-authored-by: ziming <ziming@users.noreply.github.com>

4.3.6

Toggle 4.3.6's commit message
Fix styling

4.3.5

Toggle 4.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add without tags scope (spatie#428)

* Add without tags scope

* Update HasTagsTest.php

* Update README.md

Co-authored-by: Stefan Damjanovic <>
Co-authored-by: Freek Van der Herten <freek@spatie.be>

4.3.4

Toggle 4.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed Collection support in syncTags function (spatie#427)

4.3.3

Toggle 4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for strings and corresponding tests (spatie#395)

4.3.2

Toggle 4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .gitattributes (spatie#407)

4.3.1

Toggle 4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for spatie/laravel-translatable:^6.0 (spatie#391)

4.3.0

Toggle 4.3.0's commit message
wip

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix find from string of any type (spatie#375)

* add find from string of any type to docs

* Update find from string of any type to return collection and update tests