# Building a Multi-Tenant Architecture Platform to Scale the Emmys

DevFeed: [Building a Multi-Tenant Architecture Platform to Scale the Emmys](<https://devfeed.tech/articles/building-a-multi-tenant-architecture-platform-to-scale-the-emmys-3588.md>)

Original publisher: [Read original article](<https://laravel.com/blog/building-a-multi-tenant-architecture-platform-to-scale-the-emmys>)

Author: Ana Tavares

Published: 2025-06-24T11:40:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [http](<https://devfeed.tech/tags/http.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [orm](<https://devfeed.tech/tags/orm.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scale](<https://devfeed.tech/tags/scale.md>)

## AI overview

The article explains how Crowd Favorite built Orthicon, a Laravel-based multi-tenant platform for Emmy competitions. It uses tenant tokens in custom HTTP headers and Laravel middleware to route requests while keeping tenant data and configuration logically isolated.

## Source excerpt

How Crowd Favorite built their multi-tenant Emmy Awards management platform and scaled it to handle user spikes of up to 570%.