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?
6 Replies
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)no, I have resources/views/loginCustom.blade.php , so it should be 'resources/views/logincustom'?
Solution
no only 'loginCustom'
it already looks into views folder?
yes
Perfect,thanks