Read about how to use PHP 8.4’s new “array_find”, “array_find_key”, “array_all”, and “array_any” functions. The article also shows you the Laravel equivalents so you can achieve the same goal now.
PHP
Context-aware headings in HTML
A look at the new experimental headingoffset attribute, which lets heading levels adapt to their context instead of hardcoding h2s and h3s. A thoughtful explanation of where this could be genuinely useful, especially in component-based Read more…