All Projects → cretueusebiu → Laravel Web Push Demo

cretueusebiu / Laravel Web Push Demo

Licence: mit
Laravel Web Push Notifications Demo

Labels

Projects that are alternatives of or similar to Laravel Web Push Demo

Laravelfly
To be an absolutely safe solution to speed up Laravel with Swoole. Preloading + Coroutine and Tinker Online.
Stars: ✭ 459 (-5.56%)
Mutual labels:  laravel
Laravel Bjyblog
laravel v8 blog
Stars: ✭ 469 (-3.5%)
Mutual labels:  laravel
Laravel Multidomain
A Laravel extension for using a laravel application on a multi domain setting
Stars: ✭ 473 (-2.67%)
Mutual labels:  laravel
Livewire Datatables
Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
Stars: ✭ 458 (-5.76%)
Mutual labels:  laravel
Laravel Medialibrary
Associate files with Eloquent models
Stars: ✭ 4,743 (+875.93%)
Mutual labels:  laravel
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (-2.88%)
Mutual labels:  laravel
Foroneadministrator
基于Laravel5.1封装的自带多级权限管理的后台管理系统,支持手机和PC端访问
Stars: ✭ 455 (-6.38%)
Mutual labels:  laravel
Laravel Dompdf
A DOMPDF Wrapper for Laravel
Stars: ✭ 4,978 (+924.28%)
Mutual labels:  laravel
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (-4.53%)
Mutual labels:  laravel
Laravel Backup
A package to backup your Laravel app
Stars: ✭ 4,752 (+877.78%)
Mutual labels:  laravel
Awesome Tall Stack
A curated list of awesome things related to the TALL stack.
Stars: ✭ 465 (-4.32%)
Mutual labels:  laravel
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+970.78%)
Mutual labels:  laravel
Laravel React
Laravel 8 and React 17 boilerplate
Stars: ✭ 472 (-2.88%)
Mutual labels:  laravel
Laravel Boleto
Pacote para gerar boletos e remessas
Stars: ✭ 459 (-5.56%)
Mutual labels:  laravel
Laravel Money
Laravel Money.
Stars: ✭ 476 (-2.06%)
Mutual labels:  laravel
Framework
The truly Laravel E-commerce Framework
Stars: ✭ 456 (-6.17%)
Mutual labels:  laravel
Laracart
Laravel Shopping Cart Package
Stars: ✭ 470 (-3.29%)
Mutual labels:  laravel
Monday Shop
网上在线商城、综合网上购物平台
Stars: ✭ 485 (-0.21%)
Mutual labels:  laravel
Aliyunoss
阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。
Stars: ✭ 481 (-1.03%)
Mutual labels:  laravel
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (-2.67%)
Mutual labels:  laravel

Laravel Web Push Notifications Demo

A demo for the Laravel Web Push notification channel.

Demo

Installation

  • git clone https://github.com/cretueusebiu/laravel-web-push-demo.git
  • cd laravel-web-push-demo
  • cp .env.example .env
  • composer install
  • php artisan key:generate
  • Edit .env
    • Set your database connection details
    • (optional) Set PUSHER_APP_ID, PUSHER_APP_KEY, PUSHER_APP_SECRET from Pusher and BROADCAST_DRIVER=pusher
  • php artisan migrate
  • php artisan webpush:vapid - Generates the VAPID keys required for browser authentication.
  • (optional) npm install and npm run dev

Browser Compatibility

See the Push API browser compatibility.

Changelog

Please see CHANGELOG for more information what has changed recently.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].