Renderer
class Renderer
Constants
| protected DIST |
The path to the renderer's distribution files. |
Methods
__construct(Factory $viewFactory, Listener $listener, HtmlErrorRenderer $htmlErrorRenderer, BladeMapper $bladeMapper, string $basePath)
Create a new exception renderer instance.
static string
css()
Get the renderer's CSS content.
static string
js()
Get the renderer's JavaScript content.
Details
at line 28
__construct(Factory $viewFactory, Listener $listener, HtmlErrorRenderer $htmlErrorRenderer, BladeMapper $bladeMapper, string $basePath)
Create a new exception renderer instance.
at line 40
string
render(Request $request, Throwable $throwable)
Render the given exception as an HTML string.
at line 61
static string
css()
Get the renderer's CSS content.
at line 69
static string
js()
Get the renderer's JavaScript content.