Notifynder v1.4 has been released
Notifynder v1.4.5 has been released (Notifications handler future)
Check it out: https://github.com/fenos/Notifynder
Notifynder v1.6.0 has been released!! Now it becomes Polymorphic!!!
Check it out: https://github.com/fenos/Notifynder
Thanks guys!
Looks nice, I was looking for something like this as I will need this feature for my future project :)
Will that be easy to integrate with PNotify (http://sciactive.com/pnotify/) ?
Yes exactly is a good combo :) but keep in mind that is not real time out the box
I am building Laravel 5 project. I have PHP 5.4 which is minimum for Laravel 5. I installed this package (v3.0.2) and I started getting fatal errors. It turned out, this package requires PHP 5.5. I was wondering if this package is targeted towards Laravel 5 why it depends upon something Higher than Laravel itself requires? Is it normal for package to have higher dependency? P.S. This is wonderful package and @fenos has done excellent job by creating this package for community.
Update:
I updated my PHP version to 5.5. This library is too good to miss. Any way , I found very detailed document here. But it took me ages to find out why my category text body is not being parsed with relevant attributes. e.g. In docs it says, category text should be New user {user.first_name} registered
. After debugging I realized that docs are not up to date and category text should be New user {from.first_name} registered
.
Any way As I said earlier this is a great library for Internal Notification System for Laravel 5.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community