I want to know what is the function of loadView in Laravel.
Because I have a hard time viewing my view_path .
public function loadView($view_path, $params) {
$view = View::make($view_path, $params);
$contents = $view->render();
return $contents;
}
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/34P2Dey
via IFTTT
Aucun commentaire:
Enregistrer un commentaire