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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -