maknz / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
1.17k stars 204 forks source link

Laravel 5 support #11

Closed maknz closed 9 years ago

maknz commented 9 years ago

It's my intention to support Laravel 5 ASAP. There is some documentation about package development up, but I've yet to find any kind of upgrade guide. The only problematic thing is config publishing which has changed, I'll need to sort out a backwards-compatible way of doing that.

If there's any L5 experts, feel free to do a PR, but I'll be looking into it anyway.

robinvalk commented 9 years ago

Any updates on the support?

maknz commented 9 years ago

Not yet, I'll try get to it this weekend.

On Thu, Feb 12, 2015 at 10:42 PM, Robin Valk notifications@github.com wrote:

Any updates on the support?

Reply to this email directly or view it on GitHub: https://github.com/maknz/slack/issues/11#issuecomment-74042871

maknz commented 9 years ago

Laravel 5 support added in version 1.2.0. Tests well for me, but please open an issue if you spot anything funny.