Roni Saha
Roni Saha
@moag1000 Have you tried with php8.0? Does the test case passed? Could you make a PR with php 8 in composer and travis config?
The default entity resolver doesn't store the change set. If you like to store the changed data, you can add another field to your AuditLog entity class i.e. changeSet. and...
@cnizzardini @zvirag can you provide any example repository with this issue, so I can test
@cnizzardini Could you please share the `App\Document\AuditLog` class
Modifications to collections are not considered entity modifications. You have to use custom event to track such change. This library do not contain any built in event to track such...
Could you please explain more. What are you doing? what are the expected behavior? What are you getting currently? Are you getting duplicate log for single entity? If you are...
Any timeline for this fix?
If your requirement is to serve multiple site from single document root, yes it is possible. By implementation codeigniter allow us to place our application directory to any where. So...
Could you please provide more details!
can you follow the comments on this thread https://github.com/xiidea/ezRbac/issues/18#issuecomment-84499468