This repository was archived by the owner on Feb 17, 2022. It is now read-only.
New version
This is a major rework of the "Rememberable Query".
What's changed?
- The
remember()method now works exclusively before executing the query. - Idempotent queries are supported and encouraged.
What's added?
- Nothing.
What's removed?
- Laravel 6.x support.
- Undocumented
builder()method, and now unnecessary.
What's fixed?
- Calling any method after
remember()that returns the same builder instance returns an error, forcing the developer to use the method before execution.