akaradech/notifybundle

1.0.5 2017-01-23 13:54 UTC

This package is not auto-updated.

Last update: 2025-01-13 16:46: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 :)