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
Add support for new Orchestra\Memory\Provider::secureGet() and Orchestra\Memory\Provider::secureSet().
Add Orchestra\Memory\Provider::securePut() as an encrypted alias to Orchestra\Memory\Provider::put().
Properly delete stored configuration/attributes when using Orchestra\Memory\DatabaseHandler.
Add Orchestra\Memory\Memorizable to replace deprecated Orchestra\Memory\ContainerTrait.
Optimize Orchestra\Memory\DatabaseHandler since Laravel database would always return a collection when fetching from database either when using fluent query builder or eloquent.