I need to collect an array of data in EventListener ( \Illuminate\Cache\Events\CacheHit ), and get this array somewhere in the controller. How is it better to organize?
|
I need to collect an array of data in EventListener ( \Illuminate\Cache\Events\CacheHit ), and get this array somewhere in the controller. How is it better to organize?
Source: https://ru.stackoverflow.com/questions/606645/
All Articles