Can you show us your full stack trace please?
Email Verification in Laravel * Jetstream causes error: Target class [Auth\VerificationController] does not exist
Using the "best answer" from the discussion on how to implement Email Verification in Laravel 8 Jetstream; I was successful. (Discussion at: https://laracasts.com/discuss/channels/laravel/email-verification-using-jetstream ) But then, after following "designatedcoders" 17 video walkthrough of how to incorporate a spatie dashboard into Laravel 8 Jetstream (which I also got to work on its own: https://www.youtube.com/watch?v=1L8B7pGOBdc&list=PLW-lITXBwAP-vZl_f1_DbL06ITgCzmW9x&index=1 ) I tried to incorporate Email Verification into this code from github ( https://github.com/designatedcoder/admin_o_matic ). I am now getting Illuminate\Contracts\Container\BindingResolutionException Target class [Auth\VerificationController] does not exist. Based on the "best answer" and solution above does anyone have a pointer on how I can solve this error. It has something to do with Laravel/ui and the Auth package which Laravel Jetstream will not allow? Stumped.
Please or to participate in this conversation.