Latest Laravel/PHP Articles

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


Starting from Node.js v20.6.0, Node.js supports .env files for configuring environment variables. Previously you would need to use a package called dotenv to lo...
const capitalize = (text) => `${text.charAt(0).toUpperCase()}${text.slice(1)}`;export const camel = (text: string): string => { return text.replace(/(?:^\w|[A-Z...
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.
Crafting an effective CV is a crucial step in your job application process, especially in the field of software development.
Distributing PHP applications is quite complicated. For instance, to run a Symfony project in production, a web server, the PHP engine, and the appropriate PHP...

muhammedsari.me

Hands-on decoration
The Decorator design pattern, featured in the original book by the Gang of Four, captivates me the most among all the discussed patterns. Its simplicity and pow...
We are thrilled to announce the release of a brand new plugin for Pest PHP: Stressless. It's a fresh new addition to the Pest PHP family, and it brings the powe...
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.
Guzzle is a popular PHP HTTP client that makes it easy to send HTTP requests and create web service libraries. The most popular PHP frameworks provides an inter...

blog.oussama-mater.tech

PHP attributes in Laravel
Attributes offer the ability to add structured, machine-readable metadata information on declarations in code: Classes, methods, functions, parameters, properti...
N+1 issues are a common pitfall when writing applications backed by a relational database. These issues happen when you attempt to access data from a relationsh...

sebastiandedeyne.com

iA on AI
A nuanced take on AI by the makers of iA Writer.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

sebastiandedeyne.com

Git gud at communication
Product Managers, Agile, and other product development processes solve communication problems. If everyone had telepathic powers, those problems would shrink or...
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...