class BladeFinder extends FileViewFinder (View source)

The BladeFinder class.

Methods

__construct(PackageFinderInterface $finder, Filesystem $files, array $paths, array $extensions = null)

Create a new file view loader instance.

string
find(string $name)

Get the fully qualified location of the view.

Details

at line line 36
__construct(PackageFinderInterface $finder, Filesystem $files, array $paths, array $extensions = null)

Create a new file view loader instance.

Parameters

PackageFinderInterface $finder
Filesystem $files
array $paths
array $extensions

at line line 50
string find(string $name)

Get the fully qualified location of the view.

Parameters

string $name

Return Value

string