I have created a custom command called confirmUserCommand
with the filename matching the class name (same case). The $name is set to confirmuser
.
Running the command php artisan list
displays the new command on my local, but not on the server (which is running linux). I did perform a composer dump-autoload and update the relevant composer files to no avail.
Any suggestions please?