Page 1 of 1

View [auth.login] not found

Posted: 30 Mar 2016, 05:13
by edwinnnss
Hi,

I have read guides and process step by step, but when finished and I want to login to admin page, I got this message
InvalidArgumentException in FileViewFinder.php line 137:
View [auth.login] not found.


Can you help me how to solve this error ?

Thanks

Re: View [auth.login] not found

Posted: 30 Mar 2016, 07:31
by aimeos
Which Laravel version are you using?
If you are using 5.1, you have to create your own view files in "./resources/views/auth/" like described in the Laravel docs: https://laravel.com/docs/5.1/authentica ... uded-views

Re: View [auth.login] not found

Posted: 30 Mar 2016, 10:11
by edwinnnss
I'm sorry my mistake.
I forget to do php artisan make:auth