Just freshly created project with PhpStorm for composer for laravel. I filled DB info to .env and ran migrations now i followed tutorial, to get laravel-backpack running and it fails at second command:
php artisan backpack:base:install
It starts but then throws following:
In Install.php line 94: The command "composer require backpack/generators --dev" failed.
Exit Code: 127(Command not found)
Any idea how to solve this?