I found this error message when installing the package in Laravel Framework 11.28.1:
Trait "Illuminate\Console\DetectsApplicationNamespace" not found
Fix: Comment out "use DetectsApplicationNamespace;" from the files below and install it again: composer require bpocallaghan/generators --dev
- vendor/bpocallaghan/generators/src/Commands/ListenerCommand.php
- vendor/bpocallaghan/generators/src/Commands/FileCommand.php