Skip to content

Add MVD Studio platform#254

Open
martinsantamaria19 wants to merge 1 commit into
enthec:mainfrom
martinsantamaria19:add-mvd-studio
Open

Add MVD Studio platform#254
martinsantamaria19 wants to merge 1 commit into
enthec:mainfrom
martinsantamaria19:add-mvd-studio

Conversation

@martinsantamaria19
Copy link
Copy Markdown

Adds detection for MVD Studio — an Uruguayan studio that builds custom Laravel-based e-commerce stores and web apps (https://mvdstudio.com.uy).

Detection patterns

Sites built by MVD Studio set:

  • HTTP headers (global middleware):
    X-Powered-By: MVD Studio
    X-Built-By: MVD Studio
    X-Generator: MVD Studio
    
  • HTML meta in <head>:
    <meta name="generator" content="MVD Studio">

Implies

Laravel, PHP — MVD Studio's stack is Laravel 12 on PHP 8.3+.

Categories

  • 1 (CMS) — they ship a custom admin/CMS layer.
  • 6 (Ecommerce) — primary use case so far.

Live example

Icon

Included src/images/icons/MVD Studio.svg — simple monogram. Happy to swap if the project prefers a different style.

MVD Studio (https://mvdstudio.com.uy) is an Uruguayan web studio that
builds custom Laravel-based e-commerce stores and web applications.
Sites built by MVD Studio expose detection patterns via:

- HTTP headers: X-Built-By, X-Generator, X-Powered-By
- HTML meta tag: <meta name="generator" content="MVD Studio">

Implies Laravel + PHP.

Live example: https://staging.laquia.com.uy (La Quia e-commerce store).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant