php - How can I query raw via Eloquent? -


i trying query in laravel app , want use normal structure query. class either use eloquent need find query totally raw.

might model::query($query);. doesn't work.

use db::statement('your raw query here'). hope helps.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -