I did a fresh Laravel 6.0.3
install on laragon and I am trying to install backpack
.
I did
composer require backpack/crud correclty
but then when I tried to do the next step
php artisan backpack:base:install
I get an error
Symfony\Component\Process\Exception\ProcessFailedException : The command "composer require backpack/generators --dev" failed. Exit Code: 2(Misuse of shell builtins)
I tried to delete the cache, to add timeout 600
and I do not know what else to do.