R
R
Roman2019-02-19 23:46:45
Laravel
Roman, 2019-02-19 23:46:45

Where is the Illuminate\Foundation\Auth\ folder in Laravel?

Hello.
The registration controller has this: I understand that the path to the registration view can be corrected if the variable from this RegistersUsers is overridden. But I still could not find the Illuminate\Foundation\Auth folder in laravel where is it hidden there? Tell me please. Thank you.
use Illuminate\Foundation\Auth\RegistersUsers;

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
jazzus, 2019-02-19
@procode

vendor/laravel/framework
it's better not to change anything there

A
Alexander Aksentiev, 2019-02-19
@Sanasol

you don’t have to go anywhere and change, you need to create your own methods in those controllers that were created via make:auth and are in your app/Http/Controllers
The names of the controllers didn’t just write
https://toster.ru/answer?answer_id= 1347609#answers...

D
Dmitry, 2019-02-20
@Astatroth

Use an IDE, Luke. For example PHP Storm. When you click on a trait, it will open it and you will see where it is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question