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
Post a Comment