akaradech/notifybundle

Notification Bundle

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/akaradech/notifybundle

1.0.5 2017-01-23 13:54 UTC

This package is not auto-updated.

Last update: 2025-10-20 20:27:36 UTC


README

Installation:

composer require akaradech/notifybundle

Add this line to app/AppKernel.php

$bundles = [
  ....
  new Akaradech\NotificationBundle\NotificationBundle()
];

Include routing.yml to app/config/routing.yml

app:
    resource: "@NotificationBundle/Resources/config/routing.yml"

Have fun :)