Factory

Factory

interface Factory (View source)

Methods

Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

Create a new cookie instance.

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

Create a cookie that lasts "forever" (five years).

Cookie forget(string $name, string $path = null, string $domain = null)

Expire the given cookie.

doc_Laravel
2016-11-02 16:17:42
Comments
Leave a Comment

Please login to continue.