LaravelCollective / annotations

Route and Event Annotations for the Laravel Framework
MIT License
365 stars 73 forks source link

FatalErrorException: "Trait 'Illuminate\Console\AppNamespaceDetectorTrait' not found" #53

Closed alies-dev closed 7 years ago

alies-dev commented 7 years ago

Branch: 5.4 Reason: see https://laravel.com/docs/master/upgrade#upgrade-5.4.0 , 'Console' section:

The Illuminate\Console\AppNamespaceDetectorTrait Trait

If you are directly referencing the Illuminate\Console\AppNamespaceDetectorTrait trait, update your code to reference Illuminate\Console\DetectsApplicationNamespace instead.

PS: I'm working on PR