// controller
Cookie::queue('ref', (int)Request::Input('ref'));
$view = View::make('blog', $data);
return Response::make($view);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community