Я получаю следующую ошибку:
Код: Выделить всё
Class "Illuminate\Foundation\Console\ShowModelCommand" not found
at vendor/nwidart/laravel-modules/src/Commands/ModelShowCommand.php:7
3▕ namespace Nwidart\Modules\Commands;
4▕
5▕ use Illuminate\Foundation\Console\ShowModelCommand;
6▕
➜ 7▕ class ModelShowCommand extends ShowModelCommand
8▕ {
9▕
10▕
11▕ /**
+2 vendor frames
3 [internal]:0
Composer\Autoload\ClassLoader::loadClass("Nwidart\Modules\Commands\ModelShowCommand")
+7 vendor frames
11 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
пробовал использовать другие версии того же модуля, но ничего..
Подробнее здесь: https://stackoverflow.com/questions/756 ... -not-found
Мобильная версия