We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd0185 commit cb7a4fdCopy full SHA for cb7a4fd
app/Modules/Ray/RayLaravel.php
@@ -105,7 +105,7 @@ function rayShowViews()
105
{
106
ray()->showViews();
107
108
- view('welcome', ['name' => 'John Doe'])->render();
+ view('inspector', ['name' => 'John Doe'])->render();
109
}
110
111
/** @test */
app/Modules/VarDump/Common.php
@@ -12,6 +12,7 @@ public function setUpVarDumper()
12
ray()->disable();
13
14
VarDumper::setHandler();
15
+ $_SERVER['VAR_DUMPER_SERVER'] = env('VAR_DUMPER_SERVER', '127.0.0.1:9912');
16
$_SERVER['VAR_DUMPER_FORMAT'] = 'server';
17
18
0 commit comments