iiRecord
Agentic AI Atlas · Laravel
framework:laravela5c.ai
II.
Framework JSON

framework:laravel

Structured · live

Laravel json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/laravel.yamlCluster · domain
Record JSON
{
  "id": "framework:laravel",
  "_kind": "Framework",
  "_file": "domain/frameworks/laravel.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Laravel",
    "homepageUrl": "https://laravel.com",
    "belongsToLanguageId": "language:php",
    "category": "web-backend",
    "description": "The Laravel PHP web framework.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:laravel",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:laravel",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:laravel",
      "to": "framework:rails",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Full-stack server-side frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:rails",
      "to": "framework:laravel",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Full-stack server-side frameworks"
      }
    },
    {
      "from": "stack-profile:laravel-vue-stack",
      "to": "framework:laravel",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:lamp-stack",
      "to": "framework:laravel",
      "kind": "composed_of"
    },
    {
      "from": "tool-server:mcp-laravel",
      "to": "framework:laravel",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}