Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

New version

Choose a tag to compare

@DarkGhostHunter DarkGhostHunter released this 29 Apr 05:10
· 16 commits to stable since this release
54805f2

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.