trait CompilesHelpers (View source)
| string | compileCsrf()
Compile the CSRF statements into valid PHP. | |
| string | compileDd(string $arguments)
Compile the "dd" statements into valid PHP. | |
| string | compileDump(string $arguments)
Compile the "dump" statements into valid PHP. | |
| string | compileMethod(string $method)
Compile the method statements into valid PHP. | |
| string | compileVite(string|null $arguments)
Compile the "vite" statements into valid PHP. | |
| string | compileViteReactRefresh()
Compile the "viteReactRefresh" statements into valid PHP. |
Compile the CSRF statements into valid PHP.
Compile the "dd" statements into valid PHP.
Compile the "dump" statements into valid PHP.
Compile the method statements into valid PHP.
Compile the "vite" statements into valid PHP.
Compile the "viteReactRefresh" statements into valid PHP.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/View/Compilers/Concerns/CompilesHelpers.html