Any one else think the new laravel blade syntax is ridiculous? We now finally have PHP storm support...
Hello, I'm quite confused with this. Pretty much I have to environments prod and local. Prod has deb...
As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...
Hello, I am trying to implement a polling queue called MasterQueue that every 15 minutes this Master...
Hello, I am trying to keep track of how long a user is logged in for. I am kinda stumped though. I k...
Misread the docs. The $_ENV is meant for API keys and DB PW's not for the environment specific value...
I copy/paste word for word the entire query (I'm not showing it all for readability purposes) and it...
select `applicationAssessment`.`applicationID` as `appID`, CONCAT(student.lastName...
Also I am having issue even using the alias without the DB::raw. Like this in this example: ->sel...
The Laravel portal for problem solving, knowledge sharing and community building.
The community