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

Latest commit

 

History

History
18 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 293 Bytes

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