Open bilalmubarik opened 5 years ago
Hi @bilalmubarik, try running composer dump-autoload
. If it doesn't work, try reinstall Mercurius.
@bilalmubarik you are correct. When installing via composer, there are a few missing files compared to the git repo. MercuriusUser.php and Message.php from what I noticed. I cloned the repo and copied the files in /vendor/launcher/mercurius/src
Thanks for confirming this issue @CristianEnache
@CristianEnache great catch, this worked for me
after doing such ?
Trait 'Launcher\Mercurius\MercuriusUser' not found" error while starting server.
Server environment
Description
I have followed the entire installation process given on the project page but still when I start the server. this error "Trait 'Launcher\Mercurius\MercuriusUser' not found" comes up. Seems like my new laravel installation isn't picking installing files of this project at all.