mattstauffer / Torch

Examples of using each Illuminate component in non-Laravel applications
MIT License
1.85k stars 210 forks source link

[ SUGGESTION ] Illuminate\Session with driver cookies #190

Open nicxlau opened 3 years ago

nicxlau commented 3 years ago

First congratulations for the repository, it is very complete and with examples that are easy to understand. I'm implementing some functionality and saw that the session component doesn't have an example cookie driver

thanks in advance!

mattstauffer commented 3 years ago

I'm very glad you like it! I think it'd be fine if someone wanted to build that out :)

nicxlau commented 3 years ago

I'm trying to implement this, but I'm not getting