Hi,
Im trying to save an access token from passport into cookie , I noticed After issuing the cookie::make or cookie:queue commadn the cookie will not be created and I dont see any cookie when I inspect element->application->Cookies ,In a normal laravel project I can create them so I wonder what should I do in this project to be able to make cookies?
Hi, Im trying to save an access token from passport into cookie , I noticed After issuing the cookie::make or cookie:queue commadn the cookie will not be created and I dont see any cookie when I inspect element->application->Cookies ,In a normal laravel project I can create them so I wonder what should I do in this project to be able to make cookies?