ffy/notifications

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2015-12-23 16:44 UTC

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