Development
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.
Development
Learn how to sort Laravel Eloquent results by many-to-one relationships at the database level, avoiding memory-heavy collection sorting.
Development
As 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.
Development
In 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 (...).
Development
I 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.
Development
Clipboard managers to the rescue! They are simple tools that store every bit of copied information in a series of predefined slots, ...
Laravel
Setting up a Continuous Integration pipeline using Dusk is well-documented, including guides for CircleCI, Travis, and a couple of others.