Support the ongoing development of Laravel.io →
Article Hero Image October 23rd 2025

The `match` Expression in PHP

Introduction The match expression is a PHP feature that I love using. It was introduced in PHP 8.0 (...

Read article
Article Hero Image August 24th 2025

Boosting Laravel Boost

Hello ? It's been a while since I wrote an article. I mean, why would I? You prompt AI about a subje...

Read article
May 16th 2025 Sponsored

Full Text Search & More with Typesense and Laravel

Building powerful and user-friendly search functionality is crucial for many Laravel applications. W...

Read article
April 10th 2025 Sponsored

LarAgent: An Open-source package to Build & Manage AI Agents in Laravel

Laravel has all the right ingredients to become a strong candidate for AI development. With its eleg...

Read article

Got some knowledge to share? Share your article with our 50,000+ X (Twitter) followers.

Articles

22 Articles

Article Hero Image
published on 27 Oct, 2025

The Dangers of Dynamic Method Calls in PHP

Introduction In your PHP application, you may sometimes see dynamic method calls being used. This is...

7 min read
0 Likes
Article Hero Image
published on 4 Nov, 2024

Laravel Under The Hood - A Little Bit of Macros

Hello ? How often have you wished for a method that doesn't exist on collections or string helpers?...

5 min read
1 Likes
Article Hero Image
published on 23 Jul, 2024

The #[\Override] Attribute in PHP

Introduction A handy #[\Override] attribute was added in PHP 8.3 which allows you to mark a method a...

7 min read
1 Likes
Article Hero Image
published on 3 Jul, 2024

Lawman: Pest Architecture Testing for Saloon API Integrations

Introduction If you've been reading my content for a while, you'll likely know that I love building...

Article Hero Image
published on 28 May, 2024

Laravel Under The Hood - Extending the framework

Hello ? A few days ago, I was fixing a flaky test, and it turned out I needed some unique and valid...

Article Hero Image
published on 13 May, 2024

Laravel Under The Hood - The Strategy Pattern

Hello ? Wikipedia: In computer programming, the strategy pattern (also known as the policy pattern...

8 min read
3 Likes
Article Hero Image
published on 18 Apr, 2024

Laravel Redis Throttle In Details: Tutorial

Redis Throttle is a fantastic feature provided by the Redis facade. It’s a convenient way to limit t...

Article Hero Image
published on 11 Apr, 2024

Laravel Facades - Write Testable Code

Hello ? For one reason or another, Laravel Facades don't get much love. I often read about how they...

Article Hero Image
published on 29 Feb, 2024

Laravel - Eager loading can be bad!

Hello ? Yes, you read it right. Eager loading can be bad, really bad. However, we often resort to it...

Article Hero Image
published on 15 Feb, 2024

Laravel Under The Hood - CSRF

Hello TokenMismatchException ? I know you've probably encountered this at least once. You copy-paste...

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.