Test
This commit is contained in:
@@ -10,4 +10,10 @@ class Home extends BaseController
|
||||
$data['home_background'] = getenv('HOME_PAGE_BACKGROUND');
|
||||
return view('welcome_message',$data);
|
||||
}
|
||||
|
||||
public function test()
|
||||
{
|
||||
echo "hello world, from home controller";
|
||||
phpinfo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user