-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
How to use this in my plugin of OctoberCMS #595
Comments
Could you upgrade to the latest version? We've fixed the config problem in #505 and released it as v3.4.0 |
Thanks. But I could not use v3. If I composer require v3.4.0, composer update will cause issue.
And "composer install --ignore-platform-reqs" causes more lines of issue.
If I just apply the #505 fix, then there is another error shows up.
Is there any way that can solve this? My OctoberCMS project is using laravel/framework 5.5.48. |
How have you made Laravel 5.5 run on PHP 7.0? 😲 If this is not possible for you: the main problem, that got solved in the PR, is that we required the Laravel config class instead of it's interface. |
Dear contributor, because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it. |
Sorry for the issue of such particular integration with OctoberCMS. I've followed your installation instruction of ActivityLog v2. And I got the following error when I made an activity()->log() call.
And then I modified to use October\Rain\Config\Repository in ActivityLogStatus, another error showed up.
I think maybe I need to create something like a wrapper to make ActivityLog work in OctoberCMS. Can you give me some suggestion or direction? Thanks for such a great library.
The text was updated successfully, but these errors were encountered: