@php if (! extension_loaded('xdebug')) { throw new RuntimeException('XDebug must be installed to use this function'); } xdebug_set_filter( XDEBUG_FILTER_TRACING, XDEBUG_PATH_EXCLUDE, [LARAVEL_DIR.'/vendor/'] // [__DIR__.'/../../vendor/'] ); xdebug_print_function_stack(); @endphp