You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to use a different cache store than the default one used by
37
37
your Laravel application, you may do so by setting the `MODEL_CACHE_STORE`
38
38
environment variable in your `.env` file to the name of a cache store configured
39
-
in `config/cache.php` (you can define any custom cache store base on your
39
+
in `config/cache.php` (you can define any custom cache store based on your
40
40
specific needs there). For example:
41
41
```
42
42
MODEL_CACHE_STORE=redis
@@ -99,8 +99,7 @@ In testing this has optimized performance on some pages up to 900%! Most often
99
99
you should see somewhere around 100% performance increase.
100
100
101
101
## Commitment to Quality
102
-
During package development I try as best as possible to embrace good design and
103
-
development practices to try to ensure that this package is as good as it can
102
+
During package development I try as best as possible to embrace good design and development practices, to help ensure that this package is as good as it can
104
103
be. My checklist for package development includes:
105
104
106
105
- ✅ Achieve as close to 100% code coverage as possible using unit tests.
0 commit comments