We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3f9a9 commit 5f127c7Copy full SHA for 5f127c7
README.md
@@ -17,7 +17,7 @@ Laravel PWA is a package designed to seamlessly integrate Progressive Web Applic
17
18
- Automatically generate PWA manifest and service worker
19
- Configurable installation button
20
-- Supports Laravel 8, 9, 10, 11 And 12
+- Supports Laravel 10, 11 And 12
21
- Easy setup and usage
22
- Compatible with mobile and desktop devices
23
@@ -50,7 +50,7 @@ return [
50
];
51
```
52
53
-### For Laravel v8.x, v9.x, v10.x
+### For Laravel v10.x
54
55
Ensure the service provider is registered in your `config/app.php` file:
56
0 commit comments