I want to create this query with Eloquent model

consider the below query as an example

SELECT * FROM table_name WHERE md5( category_id) = 'c4ca4238a0b923820dcc509a6f75849b'

I want to create this query with Eloquent model.

I hope this time I am pretty much clear with my question :)



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3mUVsd3
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time