REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 574 B
Close
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/error-solutions/src/Support/AiPromptRenderer.php
Text
Base64
<?php namespace Spatie\ErrorSolutions\Support; class AiPromptRenderer { /** * @param array<string, mixed> $data * * @return void */ public function render(array $data, string $viewPath): void { $viewFile = $viewPath; extract($data, EXTR_OVERWRITE); include $viewFile; } /** * @param array<string, mixed> $data */ public function renderAsString(array $data, string $viewPath): string { ob_start(); $this->render($data, $viewPath); return ob_get_clean(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Laravel
DIR
-
drwxrwxrwx
2025-05-16 16:14:51
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AiPromptRenderer.php
574 B
lrw-rw-rw-
2025-02-14 12:29:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).