Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
Yeah, just create a class. You probably want a helper class. Probably somebody has already created t...
I think that is a good idea to add another table, because the number of units is limited. You can fi...
I don't understand your English. I hope the question is "How", not "Who". This l...
If every video must have all the tags at the same time, then use this $tagArray = array('comedy', 't...
You need a whereHas with a whereIn statement. The code would be something like this $tagArray = arra...
The Laravel portal for problem solving, knowledge sharing and community building.