Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplified way to get tags from associated table #474

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sfinktah
Copy link

A much simpler implementation of #467 which allows tags to be accessed through another table.

No longer requires a separate trait.

Usage:

class Article extends Model
{
    use HasTags;

    public static $taggedModel = OtherModel::class;

@spatie-bot
Copy link

Dear contributor,

because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.

@spatie-bot spatie-bot closed this Nov 27, 2023
@sfinktah
Copy link
Author

@spatie-bot frack you very much

@freekmurze freekmurze reopened this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants