Laravel 5.8 custom command not found
问题 I have created a custom command using artisan: php artisan make:command resetNegotiations Than deleted cache with: php artisan cache:clear But if I try to run: php artisan ResetNegotiations I got the error: Command "ResetNegotiations" is not defined. The file ResetNegotiations.php exists in app/Console/Commands I have found similar questions: - Command is not defined exception but it not fixed mine. I have updated the kernel as https://laravel.com/docs/5.8/artisan#registering-commands in app