II.
Library JSON
Structured · livelibrary:inertia-laravel
Inertia.js (Laravel Adapter) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:inertia-laravel",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Inertia.js (Laravel Adapter)",
"belongsToLanguageId": "language:php",
"category": "other",
"description": "Laravel server-side adapter for Inertia.js that connects Laravel\ncontrollers to React, Vue, or Svelte frontends without building a\nseparate API, sharing props and routing through a single response cycle.\n"
},
"outgoingEdges": [
{
"from": "library:inertia-laravel",
"to": "language:php",
"kind": "belongs_to_language"
},
{
"from": "library:inertia-laravel",
"to": "skill-area:frontend-development",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:inertia-laravel",
"to": "framework:livewire",
"kind": "alternative_to"
}
],
"incomingEdges": []
}