Closed Hasiojjosiah closed 3 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| }
Did you run composer require gpressutto5/laravel-slack? If you did, try running composer dumpautoload && php artisan package:discover.
composer require gpressutto5/laravel-slack
composer dumpautoload && php artisan package:discover
Class 'Slack' not found
at app/Console/Commands/CalendarUpdate.php:157