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...


What is meant by Attaching Cookies ?



What is meant by Attaching Cookies ?..

Answer / sunil kumar

The withcookie() helper method is used to attach cookies.
The cookie generated with this method can be attached by calling withcookie() method with response instance.
By default, all cookies generated by Laravel are encrypted and signed so that they can't be modified or read by the client.

Example :

Route::get('/cookie',function(){
return response("Hello", 200)->header('Content-Type', 'text/html')
->withcookie('name','Virat Gandhi');
});

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How to distroy cookies in laravel?

0 Answers  


What are route parameters?

0 Answers  


Explain facades in laravel?

0 Answers  


How to use ajax in any form submission?

0 Answers  


How to install and start, stop mysql on valet?

0 Answers  


What is the difference between contracts vs facades?

0 Answers  


What is the difference between {{ $username }} and {!! $Username !!} In laravel?

1 Answers  


Explain what is mvc architecture?

0 Answers  


What is laravel forge?

0 Answers  


How to install homestead vagrant box?

0 Answers  


What is ioc container in laravel?

0 Answers  


How to create view Laravel - File Uploading ?

1 Answers  


Categories