Hi @tmuras,
After pulling the latest version of moosh from GitHub (I was still on v1.13), I encountered the following fatal error when running moosh --help:
The fix is to regenerate the Composer autoload classmap from the moosh directory:
This happens because when new command classes are added between releases, the cached classmap in [autoload_classmap.php] doesn't include them until composer dump-autoload is run.
This is not currently documented in the README or the FAQ. I would suggest adding it to https://moosh-online.com/faq/ to save others from confusion or thinking that moosh doesn't work.
Best regards,
Michael Milette
Hi @tmuras,
After pulling the latest version of moosh from GitHub (I was still on v1.13), I encountered the following fatal error when running
moosh --help:The fix is to regenerate the Composer autoload classmap from the moosh directory:
This happens because when new command classes are added between releases, the cached classmap in [autoload_classmap.php] doesn't include them until composer dump-autoload is run.
This is not currently documented in the README or the FAQ. I would suggest adding it to https://moosh-online.com/faq/ to save others from confusion or thinking that moosh doesn't work.
Best regards,
Michael Milette