Sorting Laravel Eloquent Results by Many-to-One Relationships
Learn how to sort Laravel Eloquent results by many-to-one relationships at the database level, avoiding memory-heavy collection sorting.
Read moreA collection of 6 posts
Learn how to sort Laravel Eloquent results by many-to-one relationships at the database level, avoiding memory-heavy collection sorting.
Read moreAs a Laravel dev, I expected a smooth Ruby on Rails setup—but hit a few bumps. After trying Homebrew, I switched to chruby for managing Ruby versions. In this post, I’ll share how I got Rails running on my Mac and why a centralized setup guide like Laracasts would be a game-changer.
Read moreIn PHP, arrays are a fundamental data structure that allows you to store multiple values in a single variable. However, sometimes you need to add elements to an array based on certain conditions. This can be achieved easily using the spread operator (...).
Read moreI never heard about well-known URL’s (.well-known). So I did a little digging and it turns out there’s a lot more than I thought.
Read moreClipboard managers to the rescue! They are simple tools that store every bit of copied information in a series of predefined slots, ...
Read moreSetting up a Continuous Integration pipeline using Dusk is well-documented, including guides for CircleCI, Travis, and a couple of others.
Read more