Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

uloncl's avatar

missing auth traits, AuthenticatesUsers, ConfirmsPasswords, RegistersUsers...

i did composer require laravel/ui on my laravel 9 project but when i go to my auth controllers like login controller they cant find AuthenticatesUsers and the other ones that come with auth

0 likes
3 replies
uloncl's avatar

and yes i did php artisan ui vue --auth as well

uloncl's avatar

looking in Illuminate\Foundation\Auth there is only emailverificationrequest.php and user.php, i dont know why it wouldnt donwload those files

uloncl's avatar

ok i just manually copied the files from laravel/ui/auth-backend to Illuminate\Foundation\Auth

i dont know why those files werent already there but it seems to be fixed now

1 like

Please or to participate in this conversation.