skip to Main Content

Laravel How to join table and merge columns, then set a 'LIKE' query on Eloquent? – CentOS

ENV: Laravel 5.7.28 Database mysql CentOS 7.2 I have 3 table like as below, I need join this 3 table and merge columns (customer.first_name,customer.last_name,customer.address,job.name,job.address,job.date) to set 'like' query. For example, After coulms merge customer.first_name,customer.last_name,customer.address,job.name,job.address,job.date customer.first_name + customer.last_name + customer.address +…

VIEW QUESTION
Back To Top
Search