Code Monkey home page Code Monkey logo

laravel-slack's Issues

Laravel 5.8 support

As I said in #13, we need to require laravel/slack-notification-channel@^2.0 for Laravel 5.8 support, but it will break <5.8 support.
It would be great if we could specify that this package requires:

illuminate/support >= 5.5 < 5.7
OR
illuminate/support ~5.7.28 AND laravel/slack-notification-channel ^1.0
OR
illuminate/support ^5.8 AND laravel/slack-notification-channel ^2.0

Sending to multiple channels from one webhook URL

Hi there, awesome job on the package, have a question for you.. In your examples you are able to send to different slack channels, for me, one webhook url, only allows me to send to a single channel. Specifying the channel in the to() function has no effect for me, it still sends it to the channel associated with the webhook url.

So I guess my question is, how did you generate your webhook url on slack so that you are able to send to multiple channels using a single webhook url? It doesn't seem possible from what I've found on google, it seems like you need a unique webhook url for each channel.

Test on more PHP versions

Maybe testing on the earliest and the latest PHP versions supported by the package is enough. In which case we should do the same for laravel versions, to make sure it works on all versions.

Send message from commands laravel

Class 'Slack' not found

at app/Console/Commands/CalendarUpdate.php:157

157| \Slack::to('#ridgepointsystem')->send('Data for calendar has updated.');
158|
159| }else{
160| \Slack::to('#ridgepointsystem')->send('Data update for calendar has STOP');
161| }

Lumen?

Can we get this on Lumen?

Cannot seem to get "application_image' to work

First, I love this package! As far as I can tell it seems to work great. But I cannot seem to get the 'application_image' to work. I'm not sure what I'm doing wrong.

The image is stored in:
<docroot>/public/images/logos/main-logo.png

and I'm setting the config value as follows:
'application_image' => '/images/logos/main-logo.png'

I must be missing something, but don't know what.

TIA,
-martin.

Laravel 10 Support

Is there any support for the Illuminate Laravel 10 packages planned? A fork? I'm trying to workaround upgrading my Laravel app from Laravel 9 to 10.

Laravel 6.x - Support

First of all: I love the package, works like a charm for a while now! :)
I was trying to update our application to laravel 6.x recently and got the following issue:

Problem 1 - Conclusion: remove gpressutto5/laravel-slack 1.1.0 - Conclusion: don't install gpressutto5/laravel-slack 1.1.0 - Conclusion: don't install gpressutto5/laravel-slack 1.0.1 - Conclusion: don't install laravel/framework v6.1.0 - Conclusion: don't install laravel/framework v6.0.4 - Conclusion: don't install laravel/framework v6.0.3 - Conclusion: don't install laravel/framework v6.0.2 - Conclusion: don't install laravel/framework v6.0.1 - Installation request for gpressutto5/laravel-slack ^1.0 -> satisfiable by gpressutto5/laravel-slack[1.0.0, 1.0.1, 1.1.0]. - Conclusion: don't install laravel/framework v6.0.0

Is there any chance in getting some support for Laravel 6.x?

Broken on Laravel 5.7?

Hi,
I'm using this package to send notifications from my application to a dedicated slack-channel for a while now.
After updating Laravel to 5.7 these notifications does not seems to work anymore.
I get a message like:
AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted

Anyone else has this message?

Greetz,
Wouter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.