Blog
March 23, 2023
Improving Code Readability with Laravel Pint's phpdoc_line_span Rule
As developers, we understand the importance of code readability. A well-structured and easy-to-read codebase not only helps us understand our own code better but also makes it easier for other...
ReadFebruary 27, 2023
Laravel Queue "has been attempted too many times or run too long" error
Have you ever encountered the "has been attempted too many times or run too long" Laravel queue error? It's a an issue that can be frustrating to debug. Most solutions to this problem revolve around...
ReadFebruary 3, 2023
How and why wrapping Laravel HTTP API request inside Laravel job?
Hey there! Today we're talking about how to wrap Laravel Http API client requests in Laravel Jobs for improved efficiency. But first, let's go over the requirements - not all API requests are...
ReadOctober 26, 2022
A good start for integrating Trello Webhooks with Laravel
After a long silence, I am back with some more tips. I have a good reason, though. For the past year, I've been working on an automation system written in Laravel for a London-based company. Its...
Read