Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to get Retrieving a Cookie in Laravel ?

Answer Posted / rajani

Once we set the cookie, we can retrieve the cookie by cookie() method.
This cookie() method will take only one argument which will be the name of the cookie.
The cookie method can be called by using the instance of IlluminateHttpRequest.

Here is a sample code with explanation.

//’name’ is the name of the cookie to retrieve the value of
$value = $request->cookie('name');

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are events in laravel?

881


what is meant by Global Middleware and Route Middleware ?

1877


What is algolia search?

699


What is trait in laravel?

823


How to start, stop mysql on valet?

736


Explain the difference between laravel and codeigniter?

799


What is laravel api?

821


What are guards in laravel?

791


What is difference between single quote and double quote?

664


List out some artisan commands?

788


what is meant by Listeners ?

1429


How to bind a service container to a service provide.

670


What are view composers?

726


What is blade laravel?

793


By default valet serve your app on which tld? How to configure it to use another domain?

760