Welcome Guest, Not a member yet? Register   Sign In
$session is not accessible to view
#2

Hi, you need to assign it to the view.

PHP Code:
$data = [
    
'session' => $this->session,
];

echo 
view('BlogView'$data); 
Reply


Messages In This Thread
$session is not accessible to view - by @nuj_3313 - 06-27-2020, 11:53 PM
RE: $session is not accessible to view - by jreklund - 06-28-2020, 12:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB