View [auth.login] not found

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
edwinnnss
Posts: 2
Joined: 30 Mar 2016, 05:09

View [auth.login] not found

Post by edwinnnss » 30 Mar 2016, 05:13

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: View [auth.login] not found

Post by aimeos » 30 Mar 2016, 07:31

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

edwinnnss
Posts: 2
Joined: 30 Mar 2016, 05:09

Re: View [auth.login] not found

Post by edwinnnss » 30 Mar 2016, 10:11

I'm sorry my mistake.
I forget to do php artisan make:auth

Post Reply