Blog

Thoughts on PHP, Laravel, AI, and software engineering.

Showing results in Laravel × Clear
Laravel

Introducing Laravel Spectra

A Laravel package for AI observability that tracks requests, calculates costs, and enforces budgets across multiple providers

Laravel

How to modify http responses in Laravel

In this tutorial, you will learn how to manipulate and customize the HTTP responses of your Laravel web application

Laravel

Pessimistic Locking in Laravel

What is the pessimistic locking?

Laravel

Make RefreshDatabase trait much faster

Learn how to make the RefreshDatabase trait much faster using the checksum

Laravel

Observe pivot tables in Laravel

Learn how to observe pivot tables in Laravel

Laravel

bind vs extend in Laravel Service Container

Do you know the differences between bind and extend?

Laravel

Laravel Tagging Explained

What is tagging? And is it used in real world?

Laravel

PHP 8 Attributes in Laravel Event Subscribers

Learn How to Use PHP 8 Attributes in Event Subscribers

Laravel

Eloquent Performance: Faster LIKE searching

Learn how to LIKE operator could affect your seaching performance

Laravel

Eloquent Performance: Multiple counting using one single select

Learn how to use count different statues using one single select statement

Laravel

Eloquent Performance: Reusable relationships

Learn how to make your Eloquent queries run faster by using the reusable relationships

Laravel

Eloquent Performance: Fake relationships

Learn how to use fake relationships to create robust queries