I am trying to install Spark in Laravel using its own documentation. Everything has been installed fine, however when I get to the:
php artisan spark:install --force
part my command prompt simply won't work.
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "spark" namespace.
Any ideas?