Blog

Thoughts on development, infrastructure, and the tools I use.

11 posts tagged "laravel"

Testing Laravel middleware with Pest

Learn how to test a Laravel middleware using Pest without too much effort.

Trust any proxy in Laravel

Configure Laravel to trust any proxy when placed behind a load balancer.

Adding mentions to Flux UI editor

Flux UI doesn't provide an official way to add mentions to its TipTap editor. Here is a proof of concept for adding them.

Building modular systems in Laravel - A practical guide

Learn how modular architecture can transform your Laravel apps from tangled monoliths into scalable, maintainable systems with practical steps and real examples.