1
- # PWA Easy Setup for Laravel (With Vue.js and React.js)
1
+ # PWA Easy Setup for Laravel - Livewire, Vue.js & React.js
2
2
3
3
<center >
4
4
<img width="956" alt="Screenshot 2024-10-04 at 10 34 23 PM" src="https://github.com/user-attachments/assets/2b187de0-d5cc-4871-9c5d-ce0ffbb5a26c">
@@ -17,14 +17,15 @@ Laravel PWA is a package designed to seamlessly integrate Progressive Web Applic
17
17
18
18
## ✨ Features 🚀
19
19
20
- * ⚙️ ** Auto-generation** of PWA manifest and service worker
21
- * 🧩 ** Configurable "Add to Home Screen"** installation button
22
- * 🔄 ** Supports Laravel versions** 8, 9, 10, 11, and 12
23
- * ⚡ ** Quick setup** with minimal configuration
24
- * 📱🖥️ ** Compatible with both mobile and desktop devices**
25
- * 🛠️ ** Customizable manifest settings** via ` config/pwa.php `
26
- * 🧑💻 ** Blade directives** for seamless integration
27
- * 🔐 ** HTTPS support** to ensure secure PWA functionality
20
+ * ⚙️ ** Auto-generate** PWA manifest and service worker files
21
+ * 🧩 ** Configurable "Add to Home Screen"** install prompt with one-click integration
22
+ * 🔄 ** Supports Laravel versions** 8.x to 12.x out of the box
23
+ * ⚡ ** Quick setup** with minimal configuration required
24
+ * 📱🖥️ ** Fully responsive** — works on both mobile and desktop browsers
25
+ * 🛠️ ** Customizable via ` config/pwa.php ` ** — control icons, theme color, name, and more
26
+ * 🧑💻 ** Blade directives included** for effortless frontend usage
27
+ * 🔐 ** HTTPS ready** — ensures secure and reliable PWA experience
28
+ * 🌐 ** Compatible with Blade, Livewire, Vue 3, and React**
28
29
29
30
---
30
31
@@ -103,6 +104,9 @@ return [
103
104
],
104
105
105
106
'debug' => env('APP_DEBUG', false), // Show or hide console.log in the browser globally.
107
+
108
+
109
+ 'livewire-app' => false,
106
110
];
107
111
```
108
112
0 commit comments