Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

neoighodaro/laravel-pusher-web-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a64b5c · Aug 29, 2018

History

11 Commits
Apr 7, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 7, 2017
Apr 7, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017
Aug 29, 2018
Apr 2, 2017
Apr 2, 2017
Apr 2, 2017

Repository files navigation

How to use Laravel and Pusher to create web notifications

Get help on Codementor

This is an example of how to create web notifications. You can read the article on Pusher here

Getting Started

  • Download or clone the project
  • Rename .env.example to .env
  • Run composer install to install the dependencies
  • Open resources/views/welcome.blade.php and update the Pusher keys
  • Update the PUSHER_APP_* keys in the .env file
  • Change the BROADCAST_DRIVER to pusher
  • Run the command: php artisan serve to start the app

Built With

  • Laravel framework
  • PHP

About

An example on how to use Laravel and Pusher to create a web notification system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published