index.php
Books List View — scaffold only.
Carries no book data. The bookList Alpine component fetches everything
from GET /api/v1/books and renders the table, filter and pagination, so
this page works against a configurable API base URL.
Variables expected:
- $languageId: int|null - Language filter from the query string
- $page: int - Page number from the query string
PHP version 8.1