Support the ongoing development of Laravel.io →
Article Hero Image November 24th 2025

The Difference Between ?: and ?? in PHP

Introduction In PHP, I often see the ternary operator (?:) and null coalescing operator (??) being u...

Read article
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
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

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

Articles

188 Articles

Article Hero Image
published on 23 Sep, 2024

Craft emails with Vue and Tailwind using Inertia Mailable

How to easily build dynamic email templates while keeping your Vue and Tailwind tools using the Iner...

7 min read
1 Likes
Article Hero Image
published on 21 Aug, 2024

Find Outdated Composer Dependencies Using "composer outdated"

Introduction When building your PHP web applications, it's important to keep your dependencies up-to...

4 min read
1 Likes
Article Hero Image
published on 20 Aug, 2024

PHP 8.4 Property Hooks

Introduction PHP 8.4 will be released in November 2024 and will be bringing a cool new feature: prop...

15 min read
1 Likes
Article Hero Image
published on 19 Aug, 2024

New Array Functions in PHP 8.4

Introduction PHP 8.4 is set to be released in November 2024 and will introduce some handy new array...

6 min read
2 Likes
Article Hero Image
published on 16 Aug, 2024

Create a custom error page with Laravel and Inertia

How to display a custom error page with Inertia instead of Laravel’s default error pages. A sample...

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

Standardizing API Responses Without Traits

Problem I've noticed that most libraries created for API responses are implemented using traits, and...

4 min read
2 Likes
Article Hero Image
published on 23 Jul, 2024

Collect feedback via Discord notifications in your Laravel project

How to create a feedback module in a Laravel project and receive a Discord notification when a messa...

Article Hero Image
published on 23 Jul, 2024

Laravel Advanced: Top 10 Validation Rules You Didn't Know Existed

Do you know all the validation rules available in Laravel? Think again! Laravel has many ready-to-us...

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

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.