Replies: 4 comments
-
|
I will need to look into that. In theory that should work without problems. |
Beta Was this translation helpful? Give feedback.
-
|
Version: > php -version
PHP 8.3.14 (cli) (built: Nov 19 2024 15:53:36) (NTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.3.14, Copyright (c) Zend TechnologiesIf I run php index.php: <!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/logo-nm.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Materialverleih NM</title>
</head>
<body>
id="app"
data-fullname="Hans"
data-user-id="28"
data-user-type-id="1">
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>so that seems to work. and content: The rest I include in a .har file: |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I found the bug in the code. This has something to do with the PHP-eval statement. |
Beta Was this translation helpful? Give feedback.
-
|
With |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
with content
got this in defineConfig
"vite-plugin-php": "^1.0.67",
and this in index.php
is it true that
declare(strict_types=1);is not allowed by vite-plugin-php?Beta Was this translation helpful? Give feedback.
All reactions