notification-bundle icon indicating copy to clipboard operation
notification-bundle copied to clipboard

A simple Symfony bundle to notify user

Results 19 notification-bundle issues
Sort by recently updated
recently updated
newest added

First of all thanks for this bundle. Since symfony 5 is out, it would be great to fix the deprecation messages coming from this bundle : **The "Mgilet\NotificationBundle\Controller\NotificationController" class extends...

Add use case example and integration examples (eg JS dropdowns)

enhancement

Hello, I tried overriding the Notification entity following your guide: ```

Hi i'm getting the notification by this code ``` {% for item in notificationList %} {{item.notification.message}} {{item.notification.date|date }} {% endfor %} ``` so what i need is when the current...

The route `mark_notifications_as_seen` returns a JsonResponse `true` rather than redirecting users to a new view. The functionality seems to work well, Just that a view should be rendered at the...

Hi maximilienGilet , im also using your bundle, everytime i tape {{ mgilet_notification_render(app.user) }} , the page wont refresh and gives me a server problem , can you please help...

This PR is about removing Notifications from Notifiable point of view. Let's think about a User (that is a `Notifiable`) point of view. It can be able to delete his...

Hello, what about to create some commands to accomplish common useful actions? For example: `php bin/console mgilet:notification:clear_notification` **For development purpose i had to clear notification tables several times.** If interested...

Support databases such as MongoDB...

enhancement
help wanted