You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,9 +227,9 @@ Returns backtrace without arguments as string:
227
227
```php
228
228
$backtrace = backtrace_as_string();
229
229
230
-
#0 backtrace_as_string() called at [/Applications/MAMP/htdocs/laravel/laravel-54/routes/web.php:15]
231
-
#1 Illuminate\Routing\Router->{closure}() called at [/Applications/MAMP/htdocs/laravel/laravel-54/vendor/laravel/framework/src/Illuminate/Routing/Route.php:189]
232
-
#2 Illuminate\Foundation\Http\Kernel->handle() called at [/Applications/MAMP/htdocs/laravel/laravel-54/public/index.php:53]
230
+
#0 backtrace_as_string() called at [/htdocs/example/routes/web.php:15]
231
+
#1 Illuminate\Routing\Router->{closure}() called at [/htdocs/example/vendor/laravel/framework/src/Illuminate/Routing/Route.php:189]
232
+
#2 Illuminate\Foundation\Http\Kernel->handle() called at [/htdocs/example/public/index.php:53]
233
233
```
234
234
235
235
#### `minimized_backtrace_as_string()`
@@ -239,9 +239,9 @@ Returns minimized backtrace as string:
0 commit comments