You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Hi! Thanks for the tool! Testing currently, good job, but got one issue. So, now eloquent all() method is overriden by your lib and I can not use usual eloquent database-ment $chanels = Chanel::all(); to get all chanels from actual db, if I do not need json-storage?
The text was updated successfully, but these errors were encountered:
You're right, the only possible use cases for the moment are listed in the readme. This package has been created for very simple use cases but it can easily be improved.
Unfortunately, I do not have time right now to check the possibility to implement a fix for your problem (currently creating a few other packages). I suggest you to dig into this and I would be happy to merge a tested and documented PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! Thanks for the tool! Testing currently, good job, but got one issue. So, now eloquent
all()
method is overriden by your lib and I can not use usual eloquent database-ment$chanels = Chanel::all();
to get all chanels from actual db, if I do not need json-storage?The text was updated successfully, but these errors were encountered: