akaradech/notifybundle

1.0.5 2017-01-23 13:54 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:10:26 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 :)