You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you already have #25 about adding a recipe - cool!
I'm including this bundle in an upcoming KnpU course, and I noticed a few things that would be helpful for Symfony 4 users:
Add an autowire alias for the Slack Client
Update the documentation for Symfony 4. This includes not mentioning AppKernel (or at least, if you DO want to mention it for Symfony 3, adding a note about this), adding a filename above the config block (I think it's ok to say # Symfony 3: app/config/config.yml and on the next line #Symfony 4: config/packages/nexy_slack.yaml, and updating the controller code to show action-autowiring, instead of using the public service (again, you can keep a reference to using the public service for Symfony 3 users, but it should show the Symfony 4 way for sure).
Thanks for the cool bundle! It made for a great and fun example on our tutorial :).
The text was updated successfully, but these errors were encountered:
I see you already have #25 about adding a recipe - cool!
I'm including this bundle in an upcoming KnpU course, and I noticed a few things that would be helpful for Symfony 4 users:
AppKernel
(or at least, if you DO want to mention it for Symfony 3, adding a note about this), adding a filename above the config block (I think it's ok to say# Symfony 3: app/config/config.yml
and on the next line#Symfony 4: config/packages/nexy_slack.yaml
, and updating the controller code to show action-autowiring, instead of using the public service (again, you can keep a reference to using the public service for Symfony 3 users, but it should show the Symfony 4 way for sure).Thanks for the cool bundle! It made for a great and fun example on our tutorial :).
The text was updated successfully, but these errors were encountered: