@ccc_interns I had the same issue but not sure what caused it. I fixed it by doing the following:
- Remove the locally-cloned spark-installer.
- Install spark-installer globally using Composer:
composer global require laravel/spark-installer - Add the global Composer bin directory to my PATH.
Then when I ran spark from the command line, it had all the commands (including register).
As I say, I didn’t look into the cause of the issue, but wonder if it’s something to do with running the command from a different directory, and the installing using a relative path to find command classes.