Devise
Class

Devise\Pages\Interrupter\DeviseBladeCompiler

class DeviseBladeCompiler

Class DeviseBladeCompiler is used for Blade::extend() and pre-renders blade views to seek out devise tags inside of the blade html view

Methods

__construct(BlockFactory $BlockFactory)

Constructs a new DeviseBladeCompiler

string compile(string $view)

Compile a blade view for the data-devise html data bindings

Details

at line 17
public __construct(BlockFactory $BlockFactory)

Constructs a new DeviseBladeCompiler

Parameters

BlockFactory $BlockFactory

at line 28
public string compile(string $view)

Compile a blade view for the data-devise html data bindings

Parameters

string $view

Return Value

string