Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Error:-
laravel.ERROR: Trait "Illuminate\Foundation\Auth\AuthenticatesUsers" not found {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Trait \"Illuminate\\Foundation\\Auth\\AuthenticatesUsers\" not found at C:\\xampp-laravel\\htdocs\\ds-admin-10-ms\\app\\Http\\Controllers\\Auth\\AdminLoginController.php:12)
[stacktrace]
#0 {main}
"}
Solution:-
open your terminal and write down the command which i have given below:
composer require laravel/ui
After running this command it will go with the flow you wants.