Trending

#codetip

Latest posts tagged with #codetip on Bluesky

Latest Top
Trending

Posts tagged #codetip

Post image

#PHP tip: PHP 8.5 Closures in Constant Expressions

PHP 8.5 enables closures in constant expressions, allowing default function parameters, attribute values, and class constants to be defined as closures without workarounds.

#php85 #closures #codetip #modernPHP

0 0 1 0
Post image

Laravel tip of the day: Did you know about Eloquent's when() method for cleaner conditionals? Here’s a quick example: Post::when($isActive, fn($q) => $q->where('status', 'active')) 🎯 #Laravel #CodeTip #php

2 0 0 0