mardi 17 septembre 2019

Laravel Meaning of Load View function

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;
   }



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire