Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

13Genius/notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
),

About

Manage app notifications in laravel 4 with Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages