Latest Laravel/PHP Articles

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


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...

matthewdaly.co.uk

Using Dolt with Lando
For some years now, I've been using Lando as my main development environment at work.
I'm writing an ORM. I know, it'll probably drive me insane. Why am I doing it? In part because of the interesting challenge. In part because I've been building...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...