Exemplo n.º 1
0
 protected function cookie()
 {
     Cookie::set('hello', 'world');
     echo Cookie::get('hello');
 }
Exemplo n.º 2
0
 public function cookie()
 {
     Cookie::set('hello', 'world');
     echo Cookie::get('hello');
 }