Chris Arter
Chris Arter

Chris Arter

Follow
homeAboutnewsletter
Tag

PHP

#php

More content

Read more stories on Hashnode


Articles with this tag

Embracing the "Dumb": The Unapologetic Art of Asking Dumb Questions

May 27, 20233 min read

Let's start with a truth bomb: dumb questions exist. Case in point: https://www.reddit.com/r/yahooanswers/. The Yahoo Answers subreddit is a place...

Embracing the "Dumb": The Unapologetic Art of Asking Dumb Questions

Model Factories for Custom Namespace Models

May 2, 20232 min read

A quick tip on how to allow Laravel to detect custom namespace models · If you like to follow certain patterns, such as DDD, you may find models in...

Model Factories for Custom Namespace Models

A pirate's guide to routing basics in Laravel

Mar 28, 20233 min read

Ahoy, me hearties! Cap'n Chris here with another thrillin' Laravel adventure. Today, we be divin' into the mysterious world of route structures in a...

A pirate's guide to routing basics in Laravel

Laravel chunk vs cursor methods compared

Mar 23, 20234 min read

When to use chunk(), and when to use cursor() · When working with large datasets in Laravel, efficiently managing memory usage is essential. Eloquent...

Laravel chunk vs cursor methods compared

Demystifying Gates in Laravel

Jan 5, 20232 min read

If you find the concept of "gates" in Laravel a bit confusing, don't worry. You're not alone. · I found gates a bit confusing for quite some time. I just...

Demystifying Gates in Laravel

How to Upgrade to PHP 8.2 on MacOS with Homebrew

Dec 8, 20221 min read

A no-frills guide · Here is a simple guide to installing or upgrading to PHP 8.2 on MacOS with Homebrew. 1. Update Homebrew It's good to make sure...

How to Upgrade to PHP 8.2 on MacOS with Homebrew