BladeCompiler
class BladeCompiler extends Compiler implements CompilerInterface (View source)
Methods
void __construct(Filesystem $files, string $cachePath) Create a new compiler instance. from Compiler string getCompiledPath(string $path) Get the path to the compiled version of a view. from Compiler bool isExpired(string $path) Determine if the view at the given path is expired. from Compiler void compile(string $path = null) Compile the view at the given path. string ge