BladeCompiler::compile()
  • References/PHP/Laravel/View/Compilers

void compile(string $path = null) Compile the view at the given path.

2025-01-10 15:47:30
BladeCompiler::directive()
  • References/PHP/Laravel/View/Compilers

void directive(string $name, callable $handler) Register a handler for

2025-01-10 15:47:30
CompilerInterface::compile()
  • References/PHP/Laravel/View/Compilers

void compile(string $path) Compile the view at the given path.

2025-01-10 15:47:30
BladeCompiler::setEchoFormat()
  • References/PHP/Laravel/View/Compilers

void setEchoFormat(string $format) Set the echo format to be used by the

2025-01-10 15:47:30
Compiler::getCompiledPath()
  • References/PHP/Laravel/View/Compilers

string getCompiledPath(string $path) Get the path to the compiled version

2025-01-10 15:47:30
BladeCompiler::getContentTags()
  • References/PHP/Laravel/View/Compilers

string getContentTags() Gets the content tags used for the compiler.

2025-01-10 15:47:30
CompilerInterface::isExpired()
  • References/PHP/Laravel/View/Compilers

bool isExpired(string $path) Determine if the given view is expired.

2025-01-10 15:47:30
CompilerInterface::getCompiledPath()
  • References/PHP/Laravel/View/Compilers

string getCompiledPath(string $path) Get the path to the compiled version

2025-01-10 15:47:30
BladeCompiler::setContentTags()
  • References/PHP/Laravel/View/Compilers

void setContentTags(string $openTag, string $closeTag, bool $escaped = false)

2025-01-10 15:47:30
CompilerInterface
  • References/PHP/Laravel/View/Compilers

CompilerInterface interface CompilerInterface (

2025-01-10 15:47:30