Description
A simple and easy-to-use Laravel PWA (Progressive Web App) package for Laravel applications.
To integrate PWA functionality into your layouts, use the provided Blade directives.
1. Add Meta Tags
Place the @PwaHead directive inside the <head> tag of your main layout file:
<!DOCTYPE html><html lang="en"><head> @PwaHead <!-- Add this directive to include the PWA meta tags --> <title>Your App Title</title></head><body>
2. Register Service Worker
Just before the closing </body> tag in your main layout file, add:
@RegisterServiceWorkerScript <!-- This registers the service worker --></body></html>
These directives will automatically generate the necessary tags and JavaScript for the PWA.
Recent Courses on Laravel Daily
AI Agents/IDEs for Laravel: May 2026 (Claude Code, Codex, OpenCode, etc)
7 lessons
52 min
Laravel 13 Starter Kit Teams and Customizations
10 lessons
33 min
Testing in Laravel 13 For Beginners
26 lessons
1 h 41 min read