Hi guys, I'm trying to find the best way to implement the following. I have a Client of a given Sect...
You could store additional params in an "extra" column in JSON format if you don't need to...
Your problem is here: $days1 = implode(',', Input::get('days')); This gets converted to string &quo...
Try [...] 'patient.note', 'email', DB::raw('DATEDIFF(CAST(patient.updated_time as char), NOW()) AS d...
Not sure I fully understand what you're after (or how things are stored tbh) but I don't think havin...
The Laravel portal for problem solving, knowledge sharing and community building.