ffy / notifications
There is no license information available for the latest version (dev-master) of this package.
A notifications package for Laravel 5.1
dev-master
2015-12-23 16:44 UTC
This package is not auto-updated.
Last update: 2024-11-23 18:44:34 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