Want to access all of our courses? (36 h 00 min)
You also get:
Already a member? Login here
$tasks = Task::selectRaw('id,description, month(created_at) as created_month ') ->whereRaw('month(created_at)= ?', request('month')) ->get();
above code giving error
What is the actual error message?
$tasks = Task::selectRaw('id,description, month(created_at) as created_month ') ->whereRaw('month(created_at)= ?', request('month')) ->get();
What is the actual error message?