Go to file
PaulCombal 1c61cec992 auto 2019-03-01 13:37:53 +01:00
NotificationsBundle auto 2019-03-01 13:37:53 +01:00
.gitignore first 2019-03-01 12:18:06 +01:00
README.md auto 2019-03-01 13:37:53 +01:00
composer.json auto 2019-03-01 13:12:17 +01:00

README.md

Notifications bundle

Ajout de notifications pour les users (backend seulement)

Routes:

Pour installer les routes, ajouter ceci:

notifications:
    prefix: '/notifications'
    resource: '@NotificationsBundle/Resources/config/routes.yaml'

à votre config/routes.yaml

  • GET /notifications/by-user/{id}

A faire

Restrictions

Votre classe User doit absoluement être dans le namespace \App\Entity et s'appeler User, soit etre \App\Entity\User.