Latest Laravel/PHP Articles

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


You might think the development of the software is the difficult part, but I’m here to put that in perspective. Using existing tools we will build a fully-funct...

sebastiandedeyne.com

Rocks, pebbles, sand
If you do little things first, there’s no time for big things. If do big things first, then you can fill in the smaller things. It’s not important that every sp...
Exciting news for all our Flare users! Previously, you could sync GitHub issues with Flare errors. Many loved this integration; it allows teams to quickly respo...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
If you'd like to have a few sessions (or more) where we take a look at your project and I give you some advice/directions reach out to me at [email protected] a...
Abstract classes cannot be instantiated directly, posing a challenge when testing functionality implemented within the abstract class itself. In this article, I...
Published: Nov 30, 2023 by C.S. Rhymes Here are some of the issues I found and how I managed to configure prettier to meet my needs.

sebastiandedeyne.com

Gleam has a `todo` keyword
Gleam is a statically typed language that runs on the Erlang virtual machine. From distance, it looks like a love child of Go and Elixir (count me in!) One neat...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
For 32 years now, the venerable HTTP protocol has been at the heart of the Web. This protocol enables “resources” (anything that can be named can be a resource,...

www.phparch.com

Command Line Picasso
It’s November already, in America, it’s a time for expressing our gratitude to friends and family. Gratitude: an acknowledgment of having received something goo...
We’re using HelpScout as our HelpDesk for all our products and we’ve solved thousands of supports requests with it. If you email us at [email protected], this e...
John and Eric share more of the day-to-day behind-the-scenes work that goes on at php[architect]. We discuss php[tek] 2024, writing for the magazine, and what i...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

stitcher.io

Array objects
Using the TypeCollection can be done like this.
Stale While Revalidate (SWR) is a strategy to first return the data from cache (stale), then send the fetch request (revalidate), and finally come with the up-t...
When you want to update a record and create it when it doesn't exist, you can use the updateOrCreate or updateOrInsert method in Laravel. The so-called "upsert"...
I’ve been working a lot lately integrating third-party APIs. There are several different approaches to this such as using the third-party provided SDK. However,...