Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
docs(README): update README.md, ready for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-bour committed Dec 29, 2020
1 parent 969205b commit d16980f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
# Directories
.github export-ignore
.idea export-ignore
benchmarks export-ignore
docs export-ignore
sandbox export-ignore
tests export-ignore

# Files
.editorconfig export-ignore
.standard-commitrc.json export-ignore
hydra.yaml export-ignore
phpcs.xml export-ignore
phpunit.xml export-ignore
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,26 @@ This package was inspired by [fingo/laravel-cache-fallback](https://github.com/f
This package support most of the cache methods (e.g. get, put, etc.).
**The tagged cache is not supported at the moment.**

### Compatibility Matrix

This package was tested against the following matrix:

| Laravel/Lumen | PHP 7.1 | PHP 7.2 | PHP 7.3 | PHP 7.4 | PHP 8.0 |
|---------------|--------------------|--------------------|--------------------|--------------------|--------------------|
| 5.8 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| 6.0 | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| 7.0 | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| 8.0 | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |


## Installation
Simply add mathieu-bour/laravel-cache-fallback to your package dependencies.
Simply add `mathieu-bour/laravel-cache-fallback` to your package dependencies.

```bash
composer require mathieu-bour/laravel-cache-fallback
```

This package does not publish any resource and its configuration directly handled in the `confi/cache.php` file.
This package does not publish any resource and its configuration directly handled in the `config/cache.php` file.

### Laravel
This package uses [Laravel Package Discovery](https://laravel.com/docs/7.x/packages#package-discovery), so you do need to do anything more.
Expand Down

0 comments on commit d16980f

Please sign in to comment.