Skip to content

Commit 8118abd

Browse files
committed
Update readme.md
1 parent fb9e929 commit 8118abd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ php artisan vendor:publish --provider 'Jaspaul\LaravelRollout\ServiceProvider'
3434

3535
#### Setting up a Cache
3636

37-
Be sure to [enable the cache](https://laravel.com/docs/5.4/cache) for your Laravel application. This package uses the cache to store the rollout settings.
37+
If you intend to use cache to store the settings for rollout, be sure to [enable the cache](https://laravel.com/docs/5.4/cache) for your Laravel application. Note if you are using the cache, a cache clear during deployment will cause your rollout settings to be purged. If you require persistence for these settings use the option below.
3838

3939
#### Setting up Persistent Storage
4040

41+
This will allow you to have rollout settings be persisted even if you clear the application cache for every deployment.
42+
4143
##### Running the Migrations
4244

4345
```sh

0 commit comments

Comments
 (0)