spatie / laravel-slack-alerts

Quickly send a message to Slack
https://freek.dev/2172-a-package-to-quickly-send-slack-alerts-in-a-laravel-app
MIT License
289 stars 33 forks source link

Class "Spatie\SlackAlerts\Facades\SlackAlert" not found error #21

Closed canbalkaya closed 2 years ago

canbalkaya commented 2 years ago

I installed SlackAlerts with composer. When I used the API, I encountered this error:

Class "Spatie\SlackAlerts\Facades\SlackAlert" not found {"exception":"[object] (Error(code: 0): Class \"Spatie\\SlackAlerts\\Facades\\SlackAlert\" not found at /var/www/...php:...)

Any help?

freekmurze commented 2 years ago

According to our tests this should work.

Please try again in a fresh Laravel app.