Lavender\Cloud\Sina\View\Compilers\SaeBladeCompiler::compile PHP Method

compile() public method

Compile the view at the given path.
public compile ( string $path ) : void
$path string
return void
    public function compile($path)
    {
        $contents = $this->compileString($this->files->get($path));
        $this->cachePath->put('blade_' . md5($path), $contents, 0);
    }