trait
Illuminate
/
View
/
Compilers
/
Concerns
/
CompilesHelpers
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.