Search

Showing 7 of 2,041 result(s)

/blog/2018/04/21/laravel-5-facades#content-haskey

The has function will check if a cookie with the given $key exists for the current request.

/blog/2018/04/21/laravel-5-facades#content-getkey-default--null

The get function will retrieve a cookie from the current request with the given $key . A $default value can be supplied and will be returned if a cookie with the given $key does not exist.

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-signature-1

The signature of the getAttributes method is: public function getAttributes();