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

安装

composer require akaradech/notifybundle

将此行添加到 app/AppKernel.php

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

将 routing.yml 包含到 app/config/routing.yml

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

玩得开心 :)