Ejemplo n.º 1
0
 /**
  * Get the appropriate view engine for the given path.
  *
  * @param string $path
  * @return \Illuminate\View\Engines\EngineInterface 
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function getEngineFromPath($path)
 {
     return \Illuminate\View\Factory::getEngineFromPath($path);
 }