neurony / laravel-query-cache

Cache all {select} queries or only the duplicate ones for a specific Eloquent model
MIT License
50 stars 9 forks source link

Well that was a blind side #12

Closed dragonfire1119 closed 4 years ago

dragonfire1119 commented 4 years ago

Since this package was discontinued is there an alternative?

zbiller commented 4 years ago

Hi @dragonfire1119

Please take a look at Varbox.

Even though Varbox is paid software it also offers a full admin experience and a bunch of tools (query cache is one of them) to help you develop faster products with Laravel.

I suggest you take a look at the Documentation to see if Varbox can help you in delivering a streamlined admin experience to your customers.

Thanks!

dragonfire1119 commented 4 years ago

@zbiller Hello thanks for the reply. Not sure if that would work for me since I build my own Admin Panel.