PHPackages                             elattar/pusher-notification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. elattar/pusher-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

elattar/pusher-notification
===========================

Pusher Notification Package

1.1(2y ago)03MITPHP

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MohammedElattar/Pusher-Notifications)[ Packagist](https://packagist.org/packages/elattar/pusher-notification)[ RSS](/packages/elattar-pusher-notification/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Pusher Notification
===================

[](#pusher-notification)

- Install prepare package from [HERE](https://github.com/MohammedElattar/Prepare)
- Install pusher notification package

```
composer require elattar/pusher-notification
```

- Publish Notification Module

```
php artisan vendor:publish --tag=elattar-pusher-notifications
```

- Enable Notification Module

```
php artisan elattar:pusher-notification-enable
```

- Publish migration file

```
php artisan notifications:table
```

```
php artisan migrate
```

- `app\Models\User.php`

```
