Latest Laravel/PHP Articles

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


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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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. Beca...
Recently I was investigating the performance of an application we have built at SWIS. To my surprise, one of the most costly methods was part of the excellent s...
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...
Another year has gone by. Even though 2020 was a bad year in many aspects, I was feeling kind of good. Last year had some good things, things I enjoyed...