-
Notifications
You must be signed in to change notification settings - Fork 17
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
Slim v3 support? #14
Comments
Not sure. I don't use slim. |
But this is a slim plugin... |
Yea, I played around with Slim ages back but only for long enough to write this package which got far more popular than I was anticipating. I don't have a solution for the logger issue - perhaps send a PR to grab the array from config or something? |
For Slim V 3.0, you can use monolog as is, you do not need this library. Example implementation:
And usage in route:
|
I concur with @BernhardWebstudio Slim v2 Setup:
with usage: Slim v3 Setup:
with usage: |
Does this library support Slim v3?
It doesn't mention any version requirement in README.md and I'm getting an error that
Slim\Log
colud not be found.I looked in Slim's source, and v2 has a
\Slim\Log
, while 3v does not.The text was updated successfully, but these errors were encountered: