chat: Facade Not Found

I installed the package, placed the Alias and ServiceProvider in config/app.php and I am getting the following error.

Class 'Musonza\Chat\Facades\ChatFacade::class' not found

This is happening in the browser and PHPUnit tests when using a method on the Chat facade.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

I can confirm, v3.2.4 has fixed the issue! Thank you very much.

Done.

  1. Removed line from app.php
composer require musonza/chat
Using version ^3.2 for musonza/chat
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postUpdate

No change.

{
    "error": {
        "message": "Class 'Musonza\\Chat\\Facades\\ChatFacade::class' not found",
        "status_code": 500
    }
}