You can just do things like write actual, 100% home grown, hand rolled, no soy, artisinally-crafted SQL instead of using the Query Builder/Eloquent in Laravel. Sometines you have to, but when it really shines is when it is more efficient.
Comments
Log in with your Bluesky account to leave a comment
Good point. Let me revise to remind everyone PDO doesn't exist and you should run your SQL with DB::select($query) and if you need an object don't forget to wrap it in a Collection. (Hope that saves my chance at getting into their secret handshake club!)
Comments