awjudd / template-cache
An easy way to cache parts of your views to prevent the re-generation of them
dev-master
2020-03-15 13:47 UTC
Requires
- php: ^7.3
- illuminate/support: ^7.1
Requires (Dev)
- illuminate/cache: ^7.1
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-16 01:14:51 UTC
README
Sometimes the data on templates is never, or rarely going to change. So why re-generate it each and every time?
Please Note: At the current time, this package is simply an updated version of laracasts/matryoshka