laravelshoppingcart
laravelshoppingcart copied to clipboard
Database storage for auth users.
Hey man, first of all thanks for the job, its rly helpful. I think I'm not understanding well how to the db storage works so if you can please elaborate with some kind of specific pass to pass example or anything i will appreciate. Thanks for reading!
Same question,
public function has($key)
{
return DatabaseStorageModel::find($key);
}
I don't even know how $key is generated and how to change it