0
I’m new in Laravel and in my project I want to put the auth view folder inside the admin folder, getting like this:
C:\xampp\htdocs\projeto\resources\views\admin\auth\
However, I know I must still edit something else in the Laravel files for the new auth path to be found, but I don’t know what I should change.
Version: Laravel Framework 5.4.36
Take a look here httpss://stackoverflow.com/q/40110160/4623423
– Marcos Xavier