Laravel – Forget cache on save
As highlighted by Povilas Korop (@PovilasKorop) on Twitter: in Laravel, you can call a static "saved" function on your model to forget the cached values with a specific key. Let's…
As highlighted by Povilas Korop (@PovilasKorop) on Twitter: in Laravel, you can call a static "saved" function on your model to forget the cached values with a specific key. Let's…