I was out for a walk a few weeks ago and came across the house pictured above, under construction in my neighbourhood. This reminded me…
Leave a CommentCategory: Web Development
Laravel 11 has added the ability to discovery policy classes automatically!
Leave a CommentLaravel Shift’s “Can I Upgrade Laravel Yet?” tool is handy timesaver when preparing to upgrade framework versions.
Leave a CommentI’ve been using git for about a decade now, and I learned something so simple that I feel like the person in the image above.…
3 CommentsThis is a request to SaaS companies who allow their clients to develop custom integrations using an open API and/or webhooks. Offering a way for…
Leave a CommentExplore how to use PHP’s built-in levenshtein function to calculate the closest match between an input value and an array of ‘allowed’ values, as seen in command line tools like WP-CLI or Artisan.
Leave a CommentLaravel 9.38 introduced Isolatable commands, allowing you to ensure a console command can’t run if it’s already running in another process.
Leave a CommentThere are several ways to ignore files in a Git repository from being pushed from your local to the remote.
2 CommentsIf you’ve followed my involvement in the WordPress community, you likely know that I’m a big fan of the WP-CLI project. After participating in a recent Hack Day, I’ve decided to spend some more time contributing to the project.
Leave a CommentWhat is a Data URI? Data URIs (also called Data URLs) are a scheme for encoding data using a base64 encoding that can be included…
Leave a Comment