-
Notifications
You must be signed in to change notification settings - Fork 114
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
Error on Laravel 5.4 #10
Comments
This should be the correct change. In the middle of testing it now, but I am open for input.
|
+1 on this. |
See #11 |
I have 3 clients waiting on updates for this (awesome) package - their site reporting goes through Slack. Can't deploy updates until we have 5.4 compatibility. |
Perfect thanks! |
@connorjburton Using your fork for now chap, as it doesn't look like an update is coming soon. Thanks for putting that together! |
I'll make sure not to delete it then! |
I hate to be that guy, but +1 |
+1 |
Guys, @maknz said on twitter that he doesn't have time to maintain this package anymore and will soon post a deprecation notice. |
That's disappointing. I guess I will be refactoring my code to use https://laravel.com/docs/5.4/notifications#slack-prerequisites instead of this package. |
Ah, thanks Alex. Bummer though. |
It's sad, but we have to be thankful for @maknz and the time he spent on this. The code is still there, easily forkable. If someone feels like it, is so easy to take it over (we even have @maknz 's ok) and ensure this lives on. In the end, if he doesn't have time to maintain it anymore, so be it, we shouldn't be mad at him. @denaje I too went in that direction. It was a great opportunity to move towards official framework code. I had to dig in the source code to figure out how to post attachments that are full with (what used to be short-false in this lib) but in the end I got everything up and running. |
Any god, please help... |
No compatibility for Laravel 5.4 |
I think this repo is dead and should be transferred to organization or person who will maintain it. @maknz |
@PixellUp Yup, I agree on it. |
How about this one? We are working off a fork with your fix @ketosthegreat so thanks for that.
|
Here is the fix for my issue above: |
Installed the package on Laravel 5.4 and got the following error below:
PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Illuminate\Foundation\Application::share()
Are you going to add a fix for the new framework?
The text was updated successfully, but these errors were encountered: