Guard class Guard implements HttpKernelInterface (
Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
Illuminate\Cookie Classes
CookieServiceProvider class CookieServiceProvider extends
Cookie forget(string $name, string $path = null, string $domain = null) Expire
bool isDeferred() Determine if the provider is deferred.
array provides() Get the services provided by the provider.
Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
array when() Get the events that trigger this service provider to register
void __construct(HttpKernelInterface $app, Encrypter $encrypter)
Page 2 of 3