Schema
CarlosJa opened this issue · 3 comments
CarlosJa commented
Is there a DB Schema? I can't seem to find it in this Repo...
Garbee commented
Persistence is all up to your to determine for your project based on your needs.
brazorf commented
This library offers in memory storage out of the box. For a sample database implementation see lock-laravel
driesvints commented
Yup, persistence isn't a concern for this library. Like @brazorf said, have a look at the Laravel Lock repo: https://github.com/BeatSwitch/lock-laravel