gpressutto5 / laravel-slack

:hash: Slack notification for Laravel as it should be. Easy, fast, simple and highly testable.
MIT License
288 stars 41 forks source link

Send message from commands laravel #21

Closed Hasiojjosiah closed 3 years ago

Hasiojjosiah commented 4 years ago

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| }

gpressutto5 commented 4 years ago

Did you run composer require gpressutto5/laravel-slack? If you did, try running composer dumpautoload && php artisan package:discover.