13Genius / notification by marsanla

Manage app notifications.
19
0
2
Package Data
Maintainer Username: marsanla
Maintainer Contact: marcos.sanz@13genius.com (Marcos Sanz Latorre)
Package Create Date: 2013-07-15
Package Last Update: 2014-02-01
Home Page: https://github.com/13Genius/notification
Language: PHP
License: Unknown
Last Refreshed: 2024-04-23 03:10:00
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel 4 notification system + Redis

Manage app notifications.

Write in config/app.php


'providers' => array(
    ('Genius13\Notification\NotificationServiceProvider'),
),

'aliases' => array(
    'Notification' => 'Genius13\Notification\Facades\Notification',
),