Tags: l3aro/laravel-tags
Tags
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>
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>
Added support for strings and corresponding tests (spatie#395)
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