II.
Framework JSON
Structured · liveframework:livewire
Laravel Livewire json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}