Skip to content
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

Integration with laravel-activitylog #47

Open
Yanun1 opened this issue Mar 27, 2024 · 2 comments
Open

Integration with laravel-activitylog #47

Yanun1 opened this issue Mar 27, 2024 · 2 comments

Comments

@Yanun1
Copy link

Yanun1 commented Mar 27, 2024

Hi everybody. I am trying to implement laravel-activitylog contracts with your library. I have a problem calling $this->MorphTo() because dynamodb does not support connections. How can I fix or replace this logic?

@kitar
Copy link
Owner

kitar commented Mar 27, 2024

Most libraries that work with DBs are typically designed for RDBs. However, because of the unique characteristics of DynamoDB, this library does not support relational features. In this situation, I would suggest either making your own logging functionality or opting for an RDB.

@joeljohn135
Copy link

Try Manual Polymorphic Relations. Or I would suggest the same as mentioned by @kitar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants