You say it's looking for an old controller but the error message clearly states that a trait is missing. I would start there.
Nov 17, 2016
3
Level 1
PHP Fatal error in Laravel 5.3 route:scan command
I have replaced new auth controllers with old ones in Laravel 5.3 but when I run command => artisan route:scan It gives me this error:
`$ php artisan route:scan PHP Fatal error: Trait 'Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers' not found in C:\xampp\htdocs\blog\app\Http\Controllers\Auth\AuthController.php
[Symfony\Component\Debug\Exception\FatalErrorException] Trait 'Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers' not found`
It sounds it's looking for the old authController !
Any help woulld be appreciated.
Please or to participate in this conversation.