genius13/notification

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

Manage app notifications.

dev-master 2014-02-01 00:05 UTC

This package is not auto-updated.

Last update: 2024-04-23 03:31:55 UTC


README

Manage app notifications.

Write in config/app.php

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

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