laravel-pusher-web-notifications
laravel-pusher-web-notifications copied to clipboard
An example on how to use Laravel and Pusher to create a web notification system.
trafficstars
How to use Laravel and Pusher to create web notifications
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.exampleto.env - Run
composer installto install the dependencies - Open
resources/views/welcome.blade.phpand update the Pusher keys - Update the
PUSHER_APP_*keys in the .env file - Change the
BROADCAST_DRIVERtopusher - Run the command:
php artisan serveto start the app
Built With
- Laravel framework
- PHP