akaradech/notifybundle

Notification Bundle

Maintainers

Package info

github.com/iamakaradech/NotificationBundle

pkg:composer/akaradech/notifybundle

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2017-01-23 13:54 UTC

This package is not auto-updated.

Last update: 2026-03-09 22:28:00 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 :)