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

framework:livewire

Structured · live

Laravel Livewire json

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

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:livewire",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Laravel Livewire",
    "homepageUrl": "https://livewire.laravel.com",
    "belongsToLanguageId": "language:php",
    "category": "web-fullstack",
    "description": "Livewire is a full-stack framework for Laravel that allows building dynamic UI\ncomponents using PHP. It eliminates the need for custom JavaScript by handling\nreactivity server-side, enabling rich SPA-like experiences with Blade templates.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:livewire",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:livewire",
      "to": "skill-area:frontend-development",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:livewire",
      "to": "framework:inertia",
      "kind": "alternative_to"
    },
    {
      "from": "framework:livewire",
      "to": "framework:alpine",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:alpine",
      "to": "framework:livewire",
      "kind": "alternative_to"
    },
    {
      "from": "framework:inertia",
      "to": "framework:livewire",
      "kind": "alternative_to"
    },
    {
      "from": "library:inertia-laravel",
      "to": "framework:livewire",
      "kind": "alternative_to"
    }
  ]
}