laravel-tagging
laravel-tagging copied to clipboard
Get post by tags issue
trafficstars
How can we get post from a tag ? Like we can get post tags like : "$post->tags();". My question is "$tag->posts();" get all post by attached tag.
Let me know how can I do it !