Exemple #1
0
 protected function cookie()
 {
     Cookie::set('hello', 'world');
     echo Cookie::get('hello');
 }
Exemple #2
0
 public function cookie()
 {
     Cookie::set('hello', 'world');
     echo Cookie::get('hello');
 }