Skip to content

Commit 2fb70e6

Browse files
author
eramitgupta
committed
update README.md
1 parent f16541e commit 2fb70e6

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PWA Easy Setup for Laravel (With Vue.js and React.js)
1+
# PWA Easy Setup for Laravel - Livewire, Vue.js & React.js
22

33
<center>
44
<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
1717

1818
## ✨ Features 🚀
1919

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**
2829

2930
---
3031

@@ -103,6 +104,9 @@ return [
103104
],
104105

105106
'debug' => env('APP_DEBUG', false), // Show or hide console.log in the browser globally.
107+
108+
109+
'livewire-app' => false,
106110
];
107111
```
108112

0 commit comments

Comments
 (0)