cookie
laravel-shift/factory-generator
The
cookie
function creates a new
cookie
instance:
<?php $cookie
=
cookie
(
'name'
,
'value'
,
$minutes
);