diff --git a/README.template.md b/README.template.md index e75a76b..daa1964 100644 --- a/README.template.md +++ b/README.template.md @@ -6,6 +6,8 @@ - A Momento API Key is required, you can generate one using the [Momento Console](https://console.gomomento.com) +- A Momento cache is required, you can generate one using + the [Momento Console](https://console.gomomento.com/create) - At least PHP 8.0 - [Composer](https://getcomposer.org/doc/00-intro.md) - At least [Laravel 9.x](https://laravel.com/docs/9.x/installation) @@ -26,7 +28,7 @@ Add our SDK as a dependency to your Laravel installation's `composer.json` file: ```json { "require": { - "momentohq/laravel-cache": "1.0.4" + "momentohq/laravel-cache": "1.1.4" } } ``` @@ -42,7 +44,12 @@ Then, add `MomentoServiceProvider` to your `config/app.php`: ]; ``` -And add `MOMENTO_API_KEY`= into your `.env` file +And add: + +- `MOMENTO_API_KEY`= +- `MOMENTO_CACHE_NAME`= + +into your `.env` file Finally, add the required config to your `config/cache.php`: