-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples in documentation #16
Comments
Hello Maximillien, Your bundle seems very cool, and I'd like to use it, but it suffer of a lack of documentation; especially a full example. I've tried to implement the twig function Please have in mind that a doc should be a highest priority than a new major version (my point of view). BTW, thanks for your work. |
Hi Laurent, The function See here for more details. I think more documentation is needed but I currently don't have much time for this. If you want to add more example and details, feel free to submit a pull request. Thanks for using the bundle 😄 |
Hello Maximilien, Finally I've tested it yesterday, and I like it. Even if it was difficult to understand how to use it. When I'll finish my current learn steps, I'll propose a full example (to contribute). |
I made a simple demo repository for sample implementation. It's running Symfony 4 and uses the dev branch of the bundle (working on it to get full compatibility with flex). |
Thanks for sharing this Maximilien. I'll have a look later on this demo repo ! |
Thank you Maximilien for creating and sharing this bundle. Nice work. Kind regards |
Hi @PDirkx thanks for using this bundle ! In order to use the events provided by the bundle, you can create an EventListener or an EventSubscriber. Symfony documentation : https://symfony.com/doc/current/event_dispatcher.html :) |
Hello I want to add a notification sound when a user places an order on an e-commerce application I want to know if this bundle is responding to my need, if yes have you an example. |
@llaville please can you share me the code of twig? i want to see notifications like this gif |
@PDirkx Are you getting this error |
Notifications are getting stored but are not rendered by the function |
Hi, I want to use this bundle for an internship but I couldn't quite understand the documentation. Can you help me with it please? |
Hello, |
Hi, @medkarim-rebey. I have used this bundle in my GSoC project and I'm ready to help you out here. You can see an example If you have any further problems, do let me know. Thanks! |
Hi,@aquibbaig ,I'm already using html.twig .the probleme is in displaying the notification by the commande {{ mgilet_notification_render(app.user) }} .I couldn't quite understand the commande. Can you help me with it ?,Thanks |
|
Add use case example and integration examples (eg JS dropdowns)
The text was updated successfully, but these errors were encountered: