SyntaxFix
Write A Post
Hire A Developer
Questions
You're able to do database finds using LIKE with this syntax:
Model::where('column', 'LIKE', '%value%')->get();