Ошибка There are no commands defined in the "config" namespace
Ставил рекапчу на ларавел 5 выдал ошибку
php artisan config:publish greggilbert/recaptcha
exception 'InvalidArgumentException' with message 'There are no commands defined in the "config" namespace.'
Решается следующим образом:
php artisan publish:config greggilbert/recaptcha
php artisan config:publish greggilbert/recaptcha
exception 'InvalidArgumentException' with message 'There are no commands defined in the "config" namespace.'
Решается следующим образом:
php artisan publish:config greggilbert/recaptcha
Комментарии
Отправить комментарий