Latest Laravel/PHP Articles

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


After some time a new technical post and this time even the start of a series. Lately I started to work a lot on and with geographical data for a new project. I...
If you think about it, most programming challenges can be boiled down to one or two things: text processing and data mapping. Let's see: I'm currently improving...
This post is part of a hobby project of mine: I'm writing a short sci-fi novel, and I want to share my progress with you. I'm in no way a professional fiction w...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Tobias is organising another edition of his survey. If you're into Laravel, I highly encourage to participate. Stay up to date with all things Laravel, PHP, and...
I recently bought a 2004 Jeep TJ. Being that the vehicle is now 20 years old, it's no surprise that some of the bolts are starting to rust. I was removing the r...
The following article is a post from my brand new Substack newsletter - Computer Science Simplified. Join the publication and become a real software engineer wh...
Look, Namecheap has been good to me over the years, I won't deny it. But I've stood by, lazily watching domain prices slowly creeping upwards, until I decided i...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The following article is a short snippet from the "Building an API Integration Using Saloon" chapter of my book "Consuming APIs In Laravel". The book teaches yo...
Doctor Jonathan Russel from the Sheffield Institute of Space Travel stands out indeed, dressed in a typical brown English raincoat, a hat, a small bag in one ha...
We’ve released a new package called spatie/pest-plugin-route-testing. This package can test all common routes in your Laravel app by writing a single test. In t...
PHP 8.4 adds a handful of functions that have been missing for a while: array_find() and its variants. The purpose of array_find() is simple: pass it an array a...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The most solid abstraction layers are ready to support developers in their debugging needs. This is probably the main reason they are broadly adopted, because t...
The following article is a post from my brand new Substack newsletter - Computer Science Simplified. Join the publication and become a real software engineer wh...
We’ve published a new package called livewire-filepond, which contains a component to easily upload files. Under the hood, Filepond, a powerful JavaScript libra...
Even though HTML 5 has been around for over 16 years, PHP never had proper support for it. PHP does have \DOMDocument, which in theory should support HTML 4, bu...