Menu

Laravel.

the backbone of everything I ship

My primary framework since 2017. Laravel is a batteries-included PHP framework with mature answers for routing, queues, authentication, and data — which means projects start fast and stay maintainable for years. It powers everything I build, from multi-tenant SaaS to AI-driven document workflows, and it's where I'm most productive: I know not just the framework, but its failure modes, performance limits, and upgrade paths.

Using since
2017
Role in my stack
Core platform
Best for
SaaS & web apps
Current major
Laravel 12
Where it shines

Speed to market

Auth, ORM, queues, mail, and validation come built in. An MVP that would take months elsewhere ships in weeks — without cutting corners on quality or security.

A deep ecosystem

Livewire, Inertia, Horizon, Octane, Sanctum, Cashier — first-party packages for almost every business need, all maintained and documented by the core team.

Testability

Testing is a first-class citizen: database factories, HTTP fakes, queue fakes. Test-driven Laravel code is safe to change years after launch — that's what keeps maintenance cheap.

Scales with you

From a single server to queued workers, Redis caching, read replicas, and Octane performance — the same codebase grows as the business does, without a rewrite.

Ecosystem & tools I use with it
LivewireInertiaHorizonOctaneSanctumCashierPest / PHPUnitRedisMySQLLaravel Cloud / Forge
When I reach for it
01
New SaaS or web platform

The default choice: the fastest path from idea to production platform, with room to grow into multi-tenancy, billing, and APIs.

02
Legacy PHP rebuilds

Old PHP systems migrate naturally to Laravel — incrementally, route by route, without a risky big-bang rewrite.

03
AI-powered business apps

Queues, jobs, and APIs make Laravel an ideal host for LLM workflows with validation, retries, and cost guardrails.

04
Anything that must run for years

Yearly major releases with clear upgrade paths — a Laravel app maintained properly never becomes 'legacy'.

How it fits together

Laravel is the center of my architecture: it owns the domain logic, the database, authentication, and background work. Everything else — frontend frameworks, AI services, integrations — plugs into it through clean, tested boundaries.

React or Livewire renders the frontend; Inertia keeps it one codebase, one deployment.
Queues and jobs handle AI calls, imports, and reports off the request path — pages stay fast.
MySQL/Redis behind Eloquent, with query profiling from day one (this is where 3,982 → 52 happened).
Straight answers what clients actually ask
"Is PHP still a serious choice in 2026?"

Yes — modern PHP 8 is fast and typed, and Laravel is one of the most productive stacks in existence. A large share of the web runs on it, and its ecosystem is arguably the best-maintained in web development.

"Will we be locked in to you?"

No. Laravel is one of the world's most popular frameworks — any Laravel developer can pick up my code, and the test suite documents how everything works.

"Can it handle our growth?"

Laravel serves platforms with millions of users. Long before framework limits matter, the real bottlenecks are query and architecture decisions — exactly the things I optimize from day one.

Work built with Laravel
VEDUMI — storefront, commissions and admin platform for a resin art studio VEDUMI Sprig — multi-tenant marketing platform with AI content and a unified inbox Sprig Automated hosting, domain and WordPress platform with registry integration a Finnish hosting provider Umiya Oil & Company — multi-brand lubricant catalog and enquiry platform Umiya Oil & Company
Official laravel.com ↗ Documentation ↗

In my work

Nearly every project I've shipped since 2017 runs on Laravel — including the legacy rebuild that took one page from 3,982 database queries down to 52.

Discuss a project ↗
More from the stack
React ↗AI / LLM ↗Symfony ↗