login new view not found.

hi, I already overwrote the login page and it works,now I'm trying to change the view,cause I need to put an image on one side. I copied the login blade and added the image.The problem is that when I put the path of the .blade.php view in the variable $view in my customlogin it says it is not found. I've already tried puting logincustom.blade.php and without .blade.php but it still soed not work. Any insights?
No description
No description
Solution:
no only 'loginCustom'
Jump to solution
6 Replies
Vp
Vp9mo ago
Did you have a blade file inside 'resources/views' if yes then you need to put like this custom.login (assuming you have 'resources/views/custom/login.blade.php)
Barbaracrlp
BarbaracrlpOP9mo ago
no, I have resources/views/loginCustom.blade.php , so it should be 'resources/views/logincustom'?
Solution
Vp
Vp9mo ago
no only 'loginCustom'
Barbaracrlp
BarbaracrlpOP9mo ago
it already looks into views folder?
Vp
Vp9mo ago
yes
Barbaracrlp
BarbaracrlpOP9mo ago
Perfect,thanks

Did you find this page helpful?