laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Ability to add value to existing Cache key #2606

Closed foremtehan closed 3 years ago

foremtehan commented 3 years ago

I tried to add pushing feature to cache system but it rejected for some reason https://github.com/laravel/framework/pull/34998

I think taylor didnt like the implementation so i opened this ticket for last try because in all my projects i copy paste the same macro and already tired of it.

https://stackoverflow.com/questions/48110089/pushing-value-to-existing-cache-value-in-laravel/48110145

themsaid commented 3 years ago

I'm afraid there are no plans to add this at the moment. Thanks for your contribution.