genius13/notification

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Manage app notifications.

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/genius13/notification

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

This package is not auto-updated.

Last update: 2024-10-08 05:46:46 UTC


README

Manage app notifications.

Write in config/app.php

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

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