PHP
Accessing private properties in PHP
PHP has a few ways to access private properties this: reflection, closures and array casting. Read more
PHP has a few ways to access private properties this: reflection, closures and array casting. Read more
For Artisan School, I wanted to create custom Open Graph images for each video page. When somebody shares a link on social media, platforms like Facebook and Twitter use the OG image to represent the Read more…
We are going to walk through creating a system to bring uniformity to our apps with a single set of keyboard shortcuts. We’ll start by learning how to install and configure the required apps, then, Read more…
If you’re going to use basic auth, make sure that you use HTTPS. Read more
Kevlin Henney makes the case for not suffixing class names, or files with the type of object it contains. Read more
Validation takes on many shapes and forms. In this post, Frank walks you through all the possibilities. Read more
Ever found yourself wanting to make a small tweak to a PHP file in a Composer dependency? Here’s how to do it without forking the entire package. Read more
A monorepo helps manage the complexity of a big codebase. Here’s how you can create and manage such a monorepo. Read more
At Raycast, the dev team only requests code reviews when they think it’s necessary. Read more
Aaron Francis clearly explains how you can make Ziggy work with Ineratia’s shiney new SSR feature. Read more