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

To fix "Class 'MgiletNotificationBundle:NotifiableEntity' does not exist" error issue with Symfony version 4.4

I'm facing this issue while installing the bundle please help

The fix of obsolete \Twig_Environment class, replaced with Twig\Environment namespace. This is tested on Symfony 4.4 LTS, composer.json got "twig/twig" require version same as in symfony. The project with very...

Hi everyone ! Just to let you know that with the last version of symfony (4.3.3), i had to add thoses lines of config in my doctrine.yaml for make the...

Dear all, Actually i am using your bundle but i have some problem so first problem i can't reproduce your example or include your twig in mine!! can you helps...

I'm trying install notification bundle on Symfony 4.4 with Twig 3.0.4 but problem is following: "Argument 3 passed to Mgilet\NotificationBundle\Twig\NotificationExtension::__construct() must be an instance of Twig_Environment". I found the solution...

Hi Maximilien! I added your bundle to my project and it's working fine! But I'm wondering how can I improve it by updating the notification count without refreshing the whole...

enhancement

I am using this notification bundle with Symfony 5, it works perfectly, but I got stuck to use the following mentioned events with Symfony 5. These are the following events,...

Hi, In a Symfony 3.4 project, I use this bundle and Doctrine. When I install Doctrine Migrations bundle, the warmup command return this error: ``` In ExceptionCaster.php line 289: [Symfony\Component\Debug\Exception\FatalThrowableError]...

Using a semicolon to separate notifiable entity id's makes it possible to use UUID/GUID strings as identifiers.