generators icon indicating copy to clipboard operation
generators copied to clipboard

Trait "Illuminate\Console\DetectsApplicationNamespace" not found

Open indrisepos opened this issue 1 year ago • 0 comments

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

indrisepos avatar Oct 18 '24 13:10 indrisepos