Latest Laravel/PHP Articles

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


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.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.

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

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"...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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,...
I love this warm color scheme from Steph Ango (kepano, CEO of Obsidian) based on printing inks and warm paper. It's my new default theme in Sublime Text—which i...
I have been a satisfied Valet user for the past four years, but my recent frustrations with Homebrew have led me to look into Laravel Herd, which would make me...
Published: Nov 19, 2023 by C.S. Rhymes I decided to try out React Native to build a native app and see how it works. I’m an experienced web developer but have l...