All Questions
1 question
1
vote
1
answer
165
views
I want to search posts on basis of tags in Laravel 8
I have stored tags of posts in a database like
["trending","toppost","tags"]
and I need to create an API to find posts on basis of tags search
In Postman, I use to send ...