示例#1
0
 /**
  * returns the welcome page
  * @return [string] returns twig template
  */
 public function welcome()
 {
     $c = array('var_one' => Fn::myFunction(), 'slug' => 'welcome');
     return view('welcome.haml', $c);
 }