ffy / notifications
A notifications package for Laravel 5.1
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ffy/notifications
This package is not auto-updated.
Last update: 2025-10-25 23:06:02 UTC
README
- composer require ffy/notifications (dev-master)
- service provider: ffy\notifications\NotificationServiceProvider::class,
- alias: 'Notifier' => ffy\notifications\NotificationFacade::class,
- user model should user the ffy\notifications\Notifiable trait
- run php artisan vendor:publish --force
- add ffy-notifications.js tο master layout
have fun