cretueusebiu / laravel-nuxt

A Laravel-Nuxt starter kit.
https://laravel-nuxt.cretueusebiu.com
MIT License
1.15k stars 262 forks source link

Cant create cookies #113

Closed pcm0nk closed 4 years ago

pcm0nk commented 4 years ago

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?

pcm0nk commented 4 years ago

Must use js-cookies or cookies-universal and set it from front-end due to nuxt