FileViewFinder
class FileViewFinder implements ViewFinderInterface (View source)
Methods
void __construct(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. void addLocation(string $location) Add a location to the finder. void prependLocation(string $location) Prepend a location to the finder. void addNamespace(string $namespace, string|array $hints)