-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trait 'Illuminate\Console\AppNamespaceDetectorTrait' not found #68
Comments
I don't try use the Package in Laravel 5.4 yet... i'll see it and send feedback here! |
From https://laravel.com/docs/5.4/upgrade If you are directly referencing the Illuminate\Console\AppNamespaceDetectorTrait trait, update your code to reference Illuminate\Console\DetectsApplicationNamespace instead. |
@fabiosegalla the fork that I have up as a PR for this issue works in Laravel 5.4. |
@cjwilburn I still get the error following the installation guide. How do I make it work? Edit: Nevermind, I just saw your comment in your fork commit. Cheers. |
Updated use of detector trait laralib/l5scaffold#68
using master branch due to: laralib/l5scaffold#68 see also: https://laravel.com/docs/5.4/upgrade > Console
Could somebody please update the composer package or the ReadMe with the correct branch? |
Trait 'Illuminate\Console\AppNamespaceDetectorTrait' not found in laravel 5.4
The text was updated successfully, but these errors were encountered: