yii2-message
yii2-message copied to clipboard
System for users to send each other private messages.
action message/message/compose show this error `Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)` 40K users
I'm using this module and think that it is already production ready. What is missing for a 1.0 version? Is there a roadmap oder terminated milestone to get to 1.0?
There is a fork https://github.com/songyue/yii2-message which seem to be a hard fork. songyue made some little improvements (as my view issue or my database-null issue). Which repo should I use?...
The Module should be adjusted so that UserModel don´t necessarily need to be ActiveRecord. A yii\base\Model with an 'id' should be sufficient. Goal will be that the module works with...