Skip to content

Commit 244bbb0

Browse files
authored
Update README.md
1 parent 203e02f commit 244bbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Laravel PWA is a package designed to seamlessly integrate Progressive Web Applic
1919

2020
* ⚙️ **Auto-generation** of PWA manifest and service worker
2121
* 🧩 **Configurable "Add to Home Screen"** installation button
22-
* 🔄 **Supports Laravel versions** 9, 10, 11, and 12
22+
* 🔄 **Supports Laravel versions** 8, 9, 10, 11, and 12
2323
***Quick setup** with minimal configuration
2424
* 📱🖥️ **Compatible with both mobile and desktop devices**
2525
* 🛠️ **Customizable manifest settings** via `config/pwa.php`
@@ -57,7 +57,7 @@ return [
5757
];
5858
```
5959

60-
### For Laravel v9.x, v10.x
60+
### For Laravel v8.x, v9.x, v10.x
6161

6262
Ensure the service provider is registered in your `config/app.php` file:
6363

0 commit comments

Comments
 (0)