Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.

Articles178
Est. Read Time1,626 mins
Topics17
Series Parts34
Jul 20224 min read
Laravel

Using Route Registrars in your Laravel application

Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.

Jul 20229 min read
Laravel

Building your website using Jigsaw

Learn to build a markdown-based personal website with Jigsaw, Laravel's static site generator.

Jul 20224 min read
Laravel

The State of Laravel Survey 2022

Laravel's 10th Anniversary; Insights from the State of Laravel Survey 2022 - Community trends, experience levels, PHP versions, code editors, and more.

Jun 20227 min read
Laravel

Eloquent Attribute Casting

Learn Eloquent Castable attributes in Laravel with practical examples for enhanced applications.

Jun 20224 min read
Laravel

Laravel Pint

Laravel Pint; CLI Tool for PHP Code Styling. Zero dependencies, PSR-12 compliance, effortless operation.

Jun 202214 min read
Laravel

Getting started with Laravel Scout and Meilisearch

Boost your Laravel app's search with Scout and Meilisearch for powerful, efficient capabilities.

Jun 20225 min read
Laravel

Logging external HTTP Requests with Laravel Telescope

Track and debug third-party API requests with Laravel Telescope for improved visibility in your Laravel application.

Jun 202213 min read
Laravel

Running PHPStan on max with Laravel

Discover how to enhance your Laravel project with static analysis using Larastan. Add confidence and type safety to your code.

Jun 202218 min read
Laravel

API Integrations using Saloon in Laravel

Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.

Jun 202212 min read
Laravel

Laravel subdomains in Docker

Learn how to set up subdomain support for your Laravel app using Docker. Configure Nginx, Redis, MySQL, and Traefik for seamless subdomain management.

May 20226 min read
PHP

Sauber PHP

Explore Sauber PHP, a clean micro-framework with routing, dependency injection, and custom Command Bus.

May 20227 min read
PHP

Building a CLI application in 2022

Explore the best options for building CLI apps in 2022, including Laravel Zero, Symfony Console, and more, suitable for both PHP and Rust developers.