trait Illuminate / View / Compilers / Concerns / CompilesHelpers
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

CompilesHelpers

Methods

protected

compileCsrf ( ) : string

Compile the CSRF statements into valid PHP.

protected

compileDd ( $arguments ) : string

Compile the "dd" statements into valid PHP.

Parameters

  • $arguments string
protected

compileDump ( $arguments ) : string

Compile the "dump" statements into valid PHP.

Parameters

  • $arguments string
protected

compileMethod ( $method ) : string

Compile the method statements into valid PHP.

Parameters

  • $method string
protected

compileVite ( $arguments ) : string

Compile the "vite" statements into valid PHP.

Parameters

  • $arguments string|null
protected

compileViteReactRefresh ( ) : string

Compile the "viteReactRefresh" statements into valid PHP.