Giter VIP home page Giter VIP logo

laravel-slackoutput's People

Contributors

gerciljunio avatar jcalonso avatar kurorido avatar nicolasmahe avatar yukato avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-slackoutput's Issues

Laravel 5.6 error

Hi,

I am getting below error while trying to install this package for Laravel 5.6 . However, if I am not wrong, this package does supports 5.6 . Am I missing any steps?

Problem 1 - Installation request for nicolasmahe/laravel-slack-output ^1.0.7 -> satisfiable by nicolasmahe/laravel-slack-output[v1.0.7]. - Conclusion: remove laravel/framework v5.6.39 - Conclusion: don't install laravel/framework v5.6.39

Laravel 5.5

Do you have a support forecast for Laravel 5.5?

SlackOutput::exception($exception); not working

Hi, i am using this in my L5.4 app, but nothing on slack, yet when i try from the CLI it works, not sure
why.

if($this->shouldReport($exception)) {
            SlackOutput::exception($exception);
        }

Laravel 5.4 exception notification issue

Exception notification doesn't work:

public function report(Exception $exception)
{
    if ($this->shouldReport($exception)) {
        SlackOutput::exception($exception);
    }
    parent::report($exception);
}

Nothing happened. Command notification still work...

Undefined offset: 1

Hi,

I was installing this package on Lumen, after solving some issues with the configuration, I'm having the following error after adding the Scheduled commands reporting:

SlackOutput::scheduledCommand(
            $schedule->command('command:my-command)->daily()
        );

After digging a little bit more, I found that in this line:
https://github.com/NicolasMahe/Laravel-SlackOutput/blob/master/src/Service.php#L63
is using a pattern like this 'artisan ' but in my current Lumen app the $event->command value is:
'/usr/bin/php5' artisan command:my-command (without the single quote around artisan)

I was just wondering if you know why I get this different? is because Lumen? Would it be possible to handle both cases to support Lumen? Or is there anything else wrong?

Let me know if you have any ideas.

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.