Showing 10 of 1,214 results.

extend | Blade Compiler

Register a custom Blade compiler extension. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::extend method. You do not need to manually call this method to sync compiler information if you use the default compiler...

precompiler | Blade Compiler

Registers a precompiler with the compiler. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::precompiler method. You do not need to manually call this method to sync compiler information if you use the default...

setEchoFormat | Blade Compiler

Set the echo format to be used by the compiler. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::setEchoFormat method. You do not need to manually call this method to sync compiler information if you use the...

withDoubleEncoding | Blade Compiler

Set the "echo" format to double encode entities. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::withDoubleEncoding method. You do not need to manually call this method to sync compiler information if you use the...

withoutDoubleEncoding | Blade Compiler

Set the "echo" format to not double encode entities. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::withoutDoubleEncoding method. You do not need to manually call this method to sync compiler information if you...

include | Blade Compiler

Register an include alias directive. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::include method. You do not need to manually call this method to sync compiler information if you use the default compiler...

directive | Blade Compiler

Registers a handler for custom directives. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::directive method. You do not need to manually call this method to sync compiler information if you use the default...

aliasInclude | Blade Compiler

Register an include alias directive. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::aliasInclude method. You do not need to manually call this method to sync compiler information if you use the default compiler...

if | Blade Compiler

Register an "if" statement directive. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::if method. You do not need to manually call this method to sync compiler information if you use the default compiler factory...