Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I wanted to share it here as...
I haven’t worked with the macOS for an extended amount of time but when I did, I made sure I keep the https://www.alfredapp.com/ installed on my system because...

stitcher.io

How I plan
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Here's what he asked: I strug...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Working with currencies is the use-case that you might find yourself stumbled upon more often than not. And one of the aspects of it is to display the currency...

stitcher.io

PHP in 2022
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Exciting times are ahead, let...
A view model represents data for a specific view or page. In its simplest form, a view model is a plain PHP object with a bunch of (typed) properties. ...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. It's that time again: my biye...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Fzaninotto/Faker is a package for generating all sorts of random data. This tip shows you how you can use it to generate unique data for usage in tests. With th...
The relatively unknown @each function in a very powerful way to loop over data in Laravel Blade templates. It is powerful and much more elegant than @foreach. S...
Consider the scenario where you’re working on a Git branch called featureB and you have a lot of unstaged files in this branch. Now, for some reason, you don’t...
Well, this one blew my mind completely when I got to know about it. So, you probably are aware of the fact that the tag is used for displaying images on website...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Linux ships with a useful command named du (Disk Usage), which is used to determine the size of files and directories. When provisioning your server, Forge inst...
Code coverage is the measure of how many lines of code your tests have covered. It is expressed as a percentage of the total lines of code in your project. ...
Recently I was investigating the performance of an application we have built at https://www.swis.nl/?utm_source=barry. Now that the solution has been merged and...
https://docs.soketi.app is a simple, fast, and resilient open-source WebSocket server written in Typescript. In this blog post we're going to learn how to deplo...