Same Column In And Where Laravel Query

[Solved] Same Column In And Where Laravel Query | Php - Code Explorer | yomemimo.com
Question : same column in and where laravel query

Answered by : mkdeveloper

$q_editpost = Menu::select('id', 'bcrumb', 'heading', 'content_id', 'content_type') ->whereIn('publish', ['pending', 'running']) ->get();

Source : | Last Update : Fri, 17 Sep 21

Answers related to same column in and where laravel query

Code Explorer Popular Question For Php