Not sure if this is even appropriate here, apologies if not. This is definitely the right crowd. I...
sounds funny but I had my system running, the power goes out and comes back on within half a second...
I'm trying to get all services where the serviceDate is on a Monday, and am getting something wrong....
You hear about "single reason to change" when it comes to the scope of a class and how big...
I've been redoing my controllers to inject repositories and using those classes isntead as the only...
got it from a dude over at Laracasts. ->where(DB::raw("DAYOFWEEK(serviceDate)"), $day_o...
Thanks Remi. What I'm choosing to move forward with is have the repository classes return multidimen...
Thanks Jay. My only question then becomes, are model relationships unnecessary? For example, my get...
Thanks again. So if my function goes through all three columns (or as many as I pass), what would th...
schema looks like this, Schema::create('services', function($table){ $table->bigIncrements('id...
The Laravel portal for problem solving, knowledge sharing and community building.
The community